Returns all task dependencies for a specific project.

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

Authentication

AuthorizationBearer

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

Path parameters

projectIdstringRequiredformat: "uuid"
The id of the project.

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