View Work Manager Task Dependency Chain by Workspace, Project and Work Manager Task Codes

get

/api/restapi/workManagerTaskDependency/workspace/{workspaceCode}/project/{projectCode}/task/{tasksCode}

Send a request to this end point to view the entire work manager task dependency chain by the specified workspace, project and work manager task codes of a work manager task.

Request

Path Parameters

There's no request body for this operation.

Back to Top

Response

Supported Media Types

200 Response

Successful operation
Body ()
Root Schema : List<ApiEntityWorkManagerTaskDependency>
Type: array
Title: List<ApiEntityWorkManagerTaskDependency>
Show Source
Nested Schema : ApiEntityWorkManagerTaskDependency
Type: object
Title: ApiEntityWorkManagerTaskDependency
Show Source

204 Response

Successful operation with no content.

404 Response

The requested Work Manager Task Dependencies does not exist or you do not have access to it.
Back to Top