Skip to main content

Create checklist with items for a task

POST 

/api/v2/checklist/items

  • This API is used inside tasks to manage checklist items.
  • Each checklist subitem is created using a separate API request.
  • Multiple checklist subitems are created by making multiple API calls.
  • The parentId field determines nesting:
    • For the very first checklist subitem under a task, parentId must be null or empty.
    • For nested subitems, parentId must contain the ID of the parent checklist subitem.

Request

Responses

Checklist and sub-items created successfully