API Docs / Schemas / ChecklistDto

ChecklistDto

Wraps the checklist items applied to tasks created from a recurring task template.

Properties

Name Type Description
itemsarray of ChecklistItemDto

Checklist items for this recurring task template.

Checklist items for this recurring task template.

JSON Example

{
  "items": [
    {
      "text": "...",
      "isCompleted": "...",
      "sortOrder": "..."
    }
  ]
}

Contained in Schemas