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": "095b3ab6-0622-4a43-984f-8c885f3b4e48",
"id": "523b2d10-7ccd-4536-a384-bb24a67babd4",
"ConfigId": "4d014b61-daa8-48e9-9868-e285bf867580"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "095b3ab6-0622-4a43-984f-8c885f3b4e48",
"id": "523b2d10-7ccd-4536-a384-bb24a67babd4",
"ConfigId": "4d014b61-daa8-48e9-9868-e285bf867580"
}
]