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

successboolean
messagestring
codestring
dataTimeEntriesListResponse

401Unauthorized - Authentication required

403Forbidden - Insufficient permissions

422Validation Error

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