taskDependencies

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>

get/projects/{projectId}/taskdependencies

Path parameters

projectIdstring uuid required

The id of the project.

Headers

Authorizationstring required

Bearer authentication

Response

OK

predecessorIdstring uuid

The Id of the predecessor. A task can have multiple predecessors through multiple dependency relationships.

successorIdstring uuid

The Id of the successor. A task can have multiple successors through multiple dependency relationships.

idstring uuid

The id of the task dependency.

createdOnstring date-time

The date this task dependency was created.

createdBystring uuid

The id of the user who created this task dependency.

updatedOnstring date-time

The date this task dependenc was last modified.

updatedBystring uuid

The id of the user who last modified this task dependency.

Changes

No recorded changes to this endpoint across all 5 revisions of this API.