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": "7b05db6b-2837-4795-b1c8-81ab54db5e83", "id": "7a2127f5-1b13-47ee-ba08-ffb649e7800a", "ConfigId": "339c161e-d840-46ed-9e8b-9da8ba45bad6" }, { "$PhantomId": "sample string 1", "WorkPlanId": "7b05db6b-2837-4795-b1c8-81ab54db5e83", "id": "7a2127f5-1b13-47ee-ba08-ffb649e7800a", "ConfigId": "339c161e-d840-46ed-9e8b-9da8ba45bad6" } ]