v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Get checklist by task id

Get checklist by task id. and users who have access to task.

get/tasks/v1/tasks/{taskId}/checkList

Response

OK

idstring

checklist id

titlestring
checkListItemIdsstring[]

Example response

[
  {
    "title": "New checklist",
    "checkListItemIds": [
      "2",
      "3"
    ]
  }
]