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": "b6142471-ca1c-4aa3-80eb-4e709b87f797", "id": "de1c73d5-c5b8-4fa1-b245-aaed3bc56883", "ConfigId": "0168dc17-39ba-4536-94a8-ada5660d4cbe" }, { "$PhantomId": "sample string 1", "WorkPlanId": "b6142471-ca1c-4aa3-80eb-4e709b87f797", "id": "de1c73d5-c5b8-4fa1-b245-aaed3bc56883", "ConfigId": "0168dc17-39ba-4536-94a8-ada5660d4cbe" } ]