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": "297e629c-c211-4dfe-9bc1-e7643960521a", "id": "184edaa8-3b5f-4d50-806c-28d221d1f7ea", "ConfigId": "724467de-4e94-485a-83b0-e6d9719fa922" }, { "$PhantomId": "sample string 1", "WorkPlanId": "297e629c-c211-4dfe-9bc1-e7643960521a", "id": "184edaa8-3b5f-4d50-806c-28d221d1f7ea", "ConfigId": "724467de-4e94-485a-83b0-e6d9719fa922" } ]