List billable time

GET/api/v1/time-entries/billable

Unbilled, billable time entries with computed billable amount.

Operation ID: list_billable_api_v1_time_entries_billable_get·View as markdown·OpenAPI slice

Authentication

Bearer token authentication. Pass your DayZero API token in the Authorization header and the target business UUID in x-business-id.

Parameters

Query

customer_idstring

Filter by customer.

project_idstring

Filter by project.

Responses

200Successful Response

itemsarray · TimeEntryResponserequiredTimeEntryResponse
19 fields
idstringrequired
business_idstringrequired
entry_datestring · daterequired
duration_minutesintegerrequired
descriptionstring
person_namestring
customer_idstring
customer_namestring
project_idstring
project_namestring
catalog_item_idstring
billablebooleanrequired
rate_centsinteger
billable_amountinteger

Computed billable amount in cents.

statusstringrequired
invoice_idstring
is_activebooleanrequired
created_atstring · date-timerequired
updated_atstring · date-timerequired

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

detailarray · ValidationErrorValidationError
5 fields
locarray · string | integerrequired
msgstringrequired
typestringrequired
inputobject
ctxobject