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": "b842562f-70a4-4e91-966c-bb4f4bf28ef3", "id": "556420d3-2c1b-49f0-b758-b7399b4d108d", "ConfigId": "db3abd6d-b73a-4a0b-9db4-e2cafdd7f787" }, { "$PhantomId": "sample string 1", "WorkPlanId": "b842562f-70a4-4e91-966c-bb4f4bf28ef3", "id": "556420d3-2c1b-49f0-b758-b7399b4d108d", "ConfigId": "db3abd6d-b73a-4a0b-9db4-e2cafdd7f787" } ]