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": "928b63f4-d7c1-42f5-9d00-ed66b7c40c37", "id": "8089b1c3-e969-4048-8646-65a07cc2f221", "ConfigId": "26e6c78f-b8f6-4fc7-a894-69c234c9b985" }, { "$PhantomId": "sample string 1", "WorkPlanId": "928b63f4-d7c1-42f5-9d00-ed66b7c40c37", "id": "8089b1c3-e969-4048-8646-65a07cc2f221", "ConfigId": "26e6c78f-b8f6-4fc7-a894-69c234c9b985" } ]