v1

latestOpenAPI 3.1.02026-07-14159142161.9 KB
tasksService

Get checklist items by id

Get checklist items by id

get/tasks/v1/checkList/{checkListId}

Response

OK

idstring

checklist item id

titlestring
responsibleIdstring

ID of responsible person

deadlinenumber

timestamp in seconds

Example response

[
  {
    "title": "First item",
    "deadline": 1654180120
  }
]