ChecklistDto
Wraps the checklist items applied to tasks created from a recurring task template.
Properties
| Name | Type | Description |
|---|---|---|
| items | array of ChecklistItemDto | Checklist items for this recurring task template. |
Checklist items for this recurring task template. | ||
JSON Example
{
"items": [
{
"text": "...",
"isCompleted": "...",
"sortOrder": "..."
}
]
}