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": "a4c43de3-977b-4d79-84bd-bdf1ca092ed1",
"id": "63e891d7-4e4d-4c66-bc17-9bba492fd73c",
"ConfigId": "13496629-09d7-4e62-a515-dfc027942c4f"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "a4c43de3-977b-4d79-84bd-bdf1ca092ed1",
"id": "63e891d7-4e4d-4c66-bc17-9bba492fd73c",
"ConfigId": "13496629-09d7-4e62-a515-dfc027942c4f"
}
]