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": "94f10378-4e48-4cb1-a11f-df3c4b70e214", "id": "b910bce3-8ec6-4216-8192-33916a362633", "ConfigId": "0a938c18-df77-4f5a-a9f7-e751332c0299" }, { "$PhantomId": "sample string 1", "WorkPlanId": "94f10378-4e48-4cb1-a11f-df3c4b70e214", "id": "b910bce3-8ec6-4216-8192-33916a362633", "ConfigId": "0a938c18-df77-4f5a-a9f7-e751332c0299" } ]