API Docs / Operations / Reports / Get WIP Value Report

Get WIP Value Report

GET /tenants/{tenant}/reports/wip-value

A point-in-time snapshot of billable time not yet billed or written off, valued at the stamped charge-out rates and aged from the day it was worked, grouped by client, service or team member. Each row also carries the all-time billable value, what was settled and billed, money billed to the job on lines with no time behind them, and the recovery rate. Distinct from WIP / Ageing, which is about open tasks. Time billed before the allocation model existed reads as fully recovered. Requires time tracking to be in use.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

offset query integer (int32)

Number of records to skip (default: 0). Use with limit for pagination.

Number of records to skip (default: 0). Use with limit for pagination.

limit query integer (int32)

Maximum number of records to return (default: 10, max: 50)

Maximum number of records to return (default: 10, max: 50)

groupBy query string

Breakdown dimension: Client (default), Service or User

Breakdown dimension: Client (default), Service or User

clientCode query string

Limit to one client's time

Limit to one client's time

Responses

400 Bad Request
401 Unauthorized – Invalid or missing API key
403 Forbidden