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": "e5da0c56-8358-4d86-9623-ac5290e5a6aa",
"id": "00ee706d-bdad-4676-b072-0f3b41874251",
"ConfigId": "65ae5b70-89f8-4da4-908e-e25f219d56e4"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "e5da0c56-8358-4d86-9623-ac5290e5a6aa",
"id": "00ee706d-bdad-4676-b072-0f3b41874251",
"ConfigId": "65ae5b70-89f8-4da4-908e-e25f219d56e4"
}
]