v1

latestOpenAPI 3.1.02026-08-066484183.6 MB
TaskDependency

Create a task dependency

Creates a directional dependency between two tasks. Requires task_id, dependent_task_id, and type_id (1 = Blocking, 2 = Waiting on, 3 = Linked).

A paired reverse record is created automatically (BlockingWaiting on; Linked is symmetric) — both share lifecycle, so type updates and deletes apply to both.

{
  "data": {
    "type": "task_dependencies",
    "attributes": {
      "task_id": 4421188,
      "dependent_task_id": 4421199,
      "type_id": 1
    }
  }
}
post/api/v2/task_dependencies

Headers

X-Organization-Idstring required

Organization ID

Response

Single task dependency