List time entries

GET/api/v1/time-entries

List time entries, optionally filtered by customer/project/status.

Operation ID: list_time_entries_api_v1_time_entries_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.

statusstring

Filter by status: unbilled, billed.

include_inactivebooleandefault: False

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