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": "45003952-07aa-4f98-96bc-f125d7442621", "id": "3f4a6aaa-00fb-4506-8cba-34940d1c4db2", "ConfigId": "e774436c-fc9a-4f5d-8a36-c8972a607371" }, { "$PhantomId": "sample string 1", "WorkPlanId": "45003952-07aa-4f98-96bc-f125d7442621", "id": "3f4a6aaa-00fb-4506-8cba-34940d1c4db2", "ConfigId": "e774436c-fc9a-4f5d-8a36-c8972a607371" } ]