Returns all task dependencies for a specific task.

<Check title="Required Permissions" icon="key">To get all dependencies of a task, the user needs project planning permissions on that project or be assigned to that task.</Check>

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

taskIdstringRequiredformat: "uuid"
The id of the task.

Response

OK
predecessorIdstringformat: "uuid"
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorIdstringformat: "uuid"
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
idstringformat: "uuid"
The id of the task dependency.
createdOndatetime
The date this task dependency was created.
createdBystringformat: "uuid"
The id of the user who created this task dependency.
updatedOndatetime
The date this task dependenc was last modified.
updatedBystringformat: "uuid"
The id of the user who last modified this task dependency.

Errors

404
Not Found Error