GET api/tasks/dependency/all
Get all dependencies for a task
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPlanDepName | Description | Type | Additional information |
---|---|---|---|
$PhantomId | string |
None. |
|
WorkPlanId | globally unique identifier |
None. |
|
id | globally unique identifier |
None. |
|
ConfigId | globally unique identifier |
None. |
|
From | globally unique identifier |
None. |
|
To | globally unique identifier |
None. |
|
Type | integer |
None. |
|
Lag | integer |
None. |
|
LagUnit | string |
None. |
|
Bidirectional | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$PhantomId": "sample string 1", "WorkPlanId": "b2ddf369-2c17-4896-b214-b209c0c2e84a", "id": "34eac4f4-19aa-4f6c-a849-d00baa16245d", "ConfigId": "8e2abe8c-81b0-4142-a672-764db2977b22" }, { "$PhantomId": "sample string 1", "WorkPlanId": "b2ddf369-2c17-4896-b214-b209c0c2e84a", "id": "34eac4f4-19aa-4f6c-a849-d00baa16245d", "ConfigId": "8e2abe8c-81b0-4142-a672-764db2977b22" } ]