ClientBillableServiceStageDto
Stage information for display on a client's billable service
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The stage code |
The stage code | ||
| name | string | The stage display name |
The stage display name | ||
| icon | string | Optional Lucide icon name |
Optional Lucide icon name | ||
| color | string | Optional hex colour |
Optional hex colour | ||
| sortOrder | integer | The stage's sort order within its service's stage progression (populated on task list responses; null elsewhere) |
The stage's sort order within its service's stage progression (populated on task list responses; null elsewhere) | ||
| setTime | string | When this stage was set (UTC) |
When this stage was set (UTC) | ||
JSON Example
{
"code": "string",
"name": "string",
"icon": "string",
"color": "string",
"sortOrder": 0
}
Contained in Schemas
- ClientBillableServiceDto Response DTO for client billable service information
- StepBottleneckDto Duration aggregates for one workflow step across the cohort's workflow tasks for a single billable s...
- TaskItemDto A task, either standalone or a workflow step (with parent task context)
- TaskItemHistoryEventDto A single event in a task's history timeline — a status or assignee change on the task itself or one ...
- WorkflowStepAnalysisStepDto Per-step duration distribution across the workflow's occurrences. Steps are per-task snapshots, so a...