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 WorkPlanDep| Name | 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": "f320ed5d-dfd6-4901-b2b1-af48d97f74db",
"id": "05b3c0a9-0c3f-45b1-822c-be3017482124",
"ConfigId": "edf3d54c-d5ae-4c0a-a63d-d50bbdab93c8"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "f320ed5d-dfd6-4901-b2b1-af48d97f74db",
"id": "05b3c0a9-0c3f-45b1-822c-be3017482124",
"ConfigId": "edf3d54c-d5ae-4c0a-a63d-d50bbdab93c8"
}
]