API Docs / Operations / Time Tracking / Get Time Entry Allocations

Get Time Entry Allocations

GET /tenants/{tenant}/time-entries/{code}/allocations

The disposal history of one time entry, oldest first: each billing line it was billed on and each write-off against it, with the WIP settled, the amount billed and the difference.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string

Responses

200 OK
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it