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": "5df01831-8e3e-45a5-8020-fa8efd1811bc",
"id": "cc1ab817-3963-4bb6-9289-d43ba3931eb7",
"ConfigId": "1bc76073-eacc-4d88-a6e1-04dc8ccf9e52"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "5df01831-8e3e-45a5-8020-fa8efd1811bc",
"id": "cc1ab817-3963-4bb6-9289-d43ba3931eb7",
"ConfigId": "1bc76073-eacc-4d88-a6e1-04dc8ccf9e52"
}
]