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": "12f54c83-cd59-4b69-899f-f4f37733df72",
"id": "045be591-f0d5-46ad-a93e-997fa18970e0",
"ConfigId": "a04f807f-8dfd-406e-ab2a-5918e39c5e91"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "12f54c83-cd59-4b69-899f-f4f37733df72",
"id": "045be591-f0d5-46ad-a93e-997fa18970e0",
"ConfigId": "a04f807f-8dfd-406e-ab2a-5918e39c5e91"
}
]