GET
/api/im/tasks/{id}/subtasks
List subtasks
List all subtasks (child tasks) of a parent task. Caller must be creator or assignee of the parent.
No code sample available for this language
Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Response Example
{
"ok": true,
"data": [
{
"id": "subtask-uuid",
"title": "Step 1",
"status": "completed"
}
],
"meta": {
"total": 1
}
}Try it out
Path Parameters
→ /api/im/tasks/{id}/subtasks
Sign in to use your API key
Request Body
Response
Click Execute to test