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.

当前语言暂无代码示例

参数

FieldTypeReqDefaultDescription
idstringY

响应示例

{
  "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