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. Pass clientManagerCode to scope the counts to one client manager's clients; stages with no matching cards stay in the list with a count of zero.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

clientManagerCode query string
serviceCode query string

Responses

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

Try it