v1
latestOpenAPI 3.1.02026-07-14159142161.9 KBtasksService
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
Example response
[
{
"title": "New checklist",
"checkListItemIds": [
"2",
"3"
]
}
]