API Docs / Schemas / KanbanStageCountDto

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
codestring

The stage code

The stage code

namestring

The stage name

The stage name

iconstring

Stage icon (Lucide icon name)

Stage icon (Lucide icon name)

colorstring

Stage colour (hex)

Stage colour (hex)

sortOrderinteger

Display order of the stage on the board

Display order of the stage on the board

cardCountinteger

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
}