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": "bdbba8c6-e6e1-4e4f-97dc-dcebb472b8de",
"id": "90bfd824-144a-425d-9326-4fa09aa94591",
"ConfigId": "0fdb2041-7402-41d7-89d7-d73f2c7f7eea"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "bdbba8c6-e6e1-4e4f-97dc-dcebb472b8de",
"id": "90bfd824-144a-425d-9326-4fa09aa94591",
"ConfigId": "0fdb2041-7402-41d7-89d7-d73f2c7f7eea"
}
]