Returns all task dependencies for a specific task.

GET

To get all dependencies of a task, the user needs project planning permissions on that project or be assigned to that task.

Required Permissions: Any authenticated user.

Path parameters

taskIdstringRequired

The id of the task.

Response

OK

predecessorIdstringOptionalformat: "uuid"

The Id of the predecessor. One task can have multiple predecessor.

successorIdstringOptionalformat: "uuid"

The Id of the successor. One task can have one successor.

idstringOptionalformat: "uuid"

The id of the task dependency.

createdOndatetimeOptional

The date this task dependency was created.

createdBystringOptionalformat: "uuid"

The id of the user who created this task dependency.

updatedOndatetimeOptional

The date this task dependenc was last modified.

updatedBystringOptionalformat: "uuid"

The id of the user who last modified this task dependency.

Built with