GET api/tasks/dependency/{TaskId}
Get all dependencies for a task
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TaskId | globally unique identifier |
Required |
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": "737e2f64-e833-45fa-9314-7e19060ae354", "id": "519cced7-7299-4980-9139-1f61072cd607", "ConfigId": "950375c3-ff04-47f7-b29d-d6d5830cf27e" }, { "$PhantomId": "sample string 1", "WorkPlanId": "737e2f64-e833-45fa-9314-7e19060ae354", "id": "519cced7-7299-4980-9139-1f61072cd607", "ConfigId": "950375c3-ff04-47f7-b29d-d6d5830cf27e" } ]