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": "8b9548b5-1f68-40d1-a922-3b9a30a59862", "id": "c9ee3640-27a3-44e1-8f0b-08cf7c0f93ca", "ConfigId": "29f0225a-1e84-4647-b075-c2aed22215cf" }, { "$PhantomId": "sample string 1", "WorkPlanId": "8b9548b5-1f68-40d1-a922-3b9a30a59862", "id": "c9ee3640-27a3-44e1-8f0b-08cf7c0f93ca", "ConfigId": "29f0225a-1e84-4647-b075-c2aed22215cf" } ]