GET api/tasks/dependency/all
Get all dependencies for a task
Request Information
URI Parameters
None.
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": "ba6d2785-299a-4ce9-8e92-04bf687db6f1",
"id": "f0dca2a3-9c16-4b54-a774-e4be59f606a4",
"ConfigId": "a3824a72-e78c-48ed-9a50-aac51bc96a13"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "ba6d2785-299a-4ce9-8e92-04bf687db6f1",
"id": "f0dca2a3-9c16-4b54-a774-e4be59f606a4",
"ConfigId": "a3824a72-e78c-48ed-9a50-aac51bc96a13"
}
]