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 | ||
| setTime | string | When this stage was set (UTC) |
When this stage was set (UTC) | ||
JSON Example
{
"code": "string",
"name": "string",
"icon": "string",
"color": "string",
"setTime": "2024-01-01T00:00:00Z"
}
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...
- 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...