API Docs / Operations / Client - Pipelines / Get Client Pipeline Stage Counts

Get Client Pipeline Stage Counts

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

Returns per-stage card counts for a pipeline'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
pipelineCode query string

Responses

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

Try it