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": "a1a87c99-fb91-43c8-80a3-e0de6b522ad0",
"id": "5dce362e-3b44-4361-8610-b8fd1ec1df92",
"ConfigId": "4b08d607-e05c-46ab-bafc-0b98e45cd245"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "a1a87c99-fb91-43c8-80a3-e0de6b522ad0",
"id": "5dce362e-3b44-4361-8610-b8fd1ec1df92",
"ConfigId": "4b08d607-e05c-46ab-bafc-0b98e45cd245"
}
]