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": "ec68081c-82c4-4bab-a046-391cd4ee024a",
"id": "65a37d5d-fd0d-44ca-88ba-1b497081fb7d",
"ConfigId": "416a8b42-f7a5-4efb-8510-7e2d5fb45218"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "ec68081c-82c4-4bab-a046-391cd4ee024a",
"id": "65a37d5d-fd0d-44ca-88ba-1b497081fb7d",
"ConfigId": "416a8b42-f7a5-4efb-8510-7e2d5fb45218"
}
]