API Docs / Operations / Time Tracking / List Unbilled Time Clients

List Unbilled Time Clients

GET /tenants/{tenant}/time-entries/unbilled-clients

Lists the clients that have unbilled billable time, with the unbilled minutes, entry count, value, oldest entry date and unrated entry count for each. The date window and team member narrow which entries are counted, so the figures always match the entries behind them. Users restricted to their own time see a rollup of their own entries only. Paged, ordered by client name unless sorted otherwise; search filters on the client name.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

search query string
userCode query string
fromDate query string (date)
toDate query string (date)
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)

sortBy query enum

Field to sort by.

ClientName UnbilledMinutes UnbilledAmount OldestEntryDate

Field to sort by.

ClientName UnbilledMinutes UnbilledAmount OldestEntryDate

sortDesc query boolean

Sort in descending order (true) or ascending order (false, default)

Sort in descending order (true) or ascending order (false, default)

Responses

401 Unauthorized – Invalid or missing API key

Try it