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": "db2f7f66-62cd-498d-8663-1ff28c4707f0",
"id": "e9939545-ebea-4467-bfe1-0971e7514f87",
"ConfigId": "8da3f552-3d15-44b1-b474-d922f66d2737"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "db2f7f66-62cd-498d-8663-1ff28c4707f0",
"id": "e9939545-ebea-4467-bfe1-0971e7514f87",
"ConfigId": "8da3f552-3d15-44b1-b474-d922f66d2737"
}
]