Returns all task dependencies for a specific project.

To get all dependencies of a project, the user needs project planning permissions on that project.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired
The id of the project dependency.

Headers

AuthorizationstringRequired

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

Response

OK
predecessorIdUUID or null
The Id of the predecessor. One task can have multiple predecessor.
successorIdUUID or null
The Id of the successor. One task can have one successor.
idUUID or null
The id of the task dependency.
createdOndatetime or null
The date this task dependency was created.
createdByUUID or null
The id of the user who created this task dependency.
updatedOndatetime or null
The date this task dependenc was last modified.
updatedByUUID or null
The id of the user who last modified this task dependency.