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": "1e273d8b-9b2a-4a86-bf90-a5577832a7a1", "id": "32f96d48-4882-41cc-b5f0-245cb11d314b", "ConfigId": "e41c8900-6ff4-4588-bf3d-9fa2f1eb8268" }, { "$PhantomId": "sample string 1", "WorkPlanId": "1e273d8b-9b2a-4a86-bf90-a5577832a7a1", "id": "32f96d48-4882-41cc-b5f0-245cb11d314b", "ConfigId": "e41c8900-6ff4-4588-bf3d-9fa2f1eb8268" } ]