API Docs / Operations / Time Tracking / List Unpaid Time Users

List Unpaid Time Users

GET /tenants/{tenant}/time-entries/unpaid-users

Lists the team members the practice pays for tracked time, with each member's unpaid minutes, entry count, value at the stamped cost rates, approved-for-payment portion, oldest unpaid entry date and uncosted entry count. Current members always get a row; former members only while they still have unpaid time. The date window narrows which entries are counted, so the figures always match the entries behind them. Paged, ordered by name unless sorted otherwise; search filters on the member name.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

search 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.

UserName UnpaidMinutes UnpaidAmount OldestEntryDate

Field to sort by.

UserName UnpaidMinutes UnpaidAmount 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
403 Forbidden

Try it