API Docs / Operations / Client Billable Services / Get Client Service Stage Counts

Get Client Service Stage Counts

GET /tenants/{tenant}/clientbillableservices/stage-counts

Returns per-stage card counts for a service's kanban board, including each stage's display settings (icon, colour, sort order). One row per stage, including empty stages, in board display order. Designed for dashboard widgets — a single lightweight query instead of loading board columns.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

serviceCode query string

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key

Try it