Returns all task dependencies for a specific project.
Required Permissions: To get all dependencies of a project, the user needs project planning permissions on that project.
Path parameters
projectId
The id of the project dependency.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
OK
predecessorId
The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.
successorId
The Id of the successor. A task can have multiple successors through multiple dependency relationships.
id
The id of the task dependency.
createdOn
The date this task dependency was created.
createdBy
The id of the user who created this task dependency.
updatedOn
The date this task dependenc was last modified.
updatedBy
The id of the user who last modified this task dependency.