GET api/tasks/dependency/{TaskId}
Get all dependencies for a task
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
TaskId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkPlanDepName | 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": "1d94e49a-f114-4487-93bd-42d807c93a86", "id": "620f1980-8204-463b-8ef2-2a4666caedf0", "ConfigId": "3d05e831-48c3-4588-9181-190d08fddd71" }, { "$PhantomId": "sample string 1", "WorkPlanId": "1d94e49a-f114-4487-93bd-42d807c93a86", "id": "620f1980-8204-463b-8ef2-2a4666caedf0", "ConfigId": "3d05e831-48c3-4588-9181-190d08fddd71" } ]