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": "e07564f3-9c0c-48c4-a736-f6ba10d0b3e5",
"id": "3e58e364-b023-43bf-9fe4-d485f86da21a",
"ConfigId": "32e91cc3-66d8-4f71-bf7e-d6e12a3c6573"
},
{
"$PhantomId": "sample string 1",
"WorkPlanId": "e07564f3-9c0c-48c4-a736-f6ba10d0b3e5",
"id": "3e58e364-b023-43bf-9fe4-d485f86da21a",
"ConfigId": "32e91cc3-66d8-4f71-bf7e-d6e12a3c6573"
}
]