KanbanStageCountDto
Per-stage card count for a kanban board, including the stage's display settings.
One row per stage on the board (stages with no cards are included with a count of 0).
Shared by service boards and sales pipeline boards.
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The stage code |
The stage code | ||
| name | string | The stage name |
The stage name | ||
| icon | string | Stage icon (Lucide icon name) |
Stage icon (Lucide icon name) | ||
| color | string | Stage colour (hex) |
Stage colour (hex) | ||
| sortOrder | integer | Display order of the stage on the board |
Display order of the stage on the board | ||
| cardCount | integer | Number of cards currently in this stage |
Number of cards currently in this stage | ||
JSON Example
{
"code": "string",
"name": "string",
"icon": "string",
"color": "string",
"sortOrder": 0
}