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": "45751b3e-146e-433a-b8a0-986725096baa", "id": "11cd7ee3-efd2-4b5b-b560-c613a3c6a977", "ConfigId": "624c21b0-a97d-4408-acb2-578d19a44f71" }, { "$PhantomId": "sample string 1", "WorkPlanId": "45751b3e-146e-433a-b8a0-986725096baa", "id": "11cd7ee3-efd2-4b5b-b560-c613a3c6a977", "ConfigId": "624c21b0-a97d-4408-acb2-578d19a44f71" } ]