ChecklistItemDto
Properties
| Name | Type | Description |
|---|---|---|
| text | string | |
| isCompleted | boolean | |
| sortOrder | integer |
JSON Example
{
"text": "string",
"isCompleted": false,
"sortOrder": 0
}
Contained in Schemas
- CreateRecurringTaskItemRequest Request DTO for creating a new recurring task template
- CreateTaskItemRequest Request model for creating a new task
- RecurringTaskItemDto DTO for recurring task templates, exposing only codes and enums (never DB IDs).
- TaskItemDto A task, either standalone or a workflow step (with parent task context)
- UpdateRecurringTaskItemRequest
- UpdateTaskItemRequest Request model for updating an existing task
- UpdateWorkflowStepRequest Request DTO for updating workflow step properties. Supports updating status, assignment, time tracki...
- WorkflowStepDetailsDto Details about a specific workflow step when a TaskItemDto represents a workflow step view
- WorkflowStepDto DTO for workflow steps within a workflow group. Used for both create/update requests and GET respons...
- WorkflowStepProgressDto Represents the progress of a single workflow step within a TaskItem. Contains both the step template...