Returns all task dependencies for a specific project.

GET

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

Required Permissions: Any authenticated user.

Path parameters

projectIdstringRequired
The id of the project dependency.

Response

This endpoint returns a list of objects
predecessorIdstringOptional
The Id of the predecessor. One task can have multiple predecessor.
successorIdstringOptional
The Id of the successor. One task can have one successor.
idstringOptional
The id of the task dependency.
createdOndatetimeOptional
The date this task dependency was created.
createdBystringOptional
The id of the user who created this task dependency.
updatedOndatetimeOptional
The date this task dependenc was last modified.
updatedBystringOptional
The id of the user who last modified this task dependency.