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": "1e5bc9c1-149a-4487-ae8c-58bf93153dbc", "id": "724dbcfb-5fb0-422b-acd3-f3dad5cfda97", "ConfigId": "3d91637d-c9ea-4da6-b2b0-e959afe6ee4f" }, { "$PhantomId": "sample string 1", "WorkPlanId": "1e5bc9c1-149a-4487-ae8c-58bf93153dbc", "id": "724dbcfb-5fb0-422b-acd3-f3dad5cfda97", "ConfigId": "3d91637d-c9ea-4da6-b2b0-e959afe6ee4f" } ]