Skip to main content
GET
Get time entry summary

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

businessId
string<uuid>
required

The UUID of the business.

Query Parameters

include_deleted
boolean
default:false

Whether to include deleted time entries in the summary.

customer_id
string<uuid>

Filter by customer UUID.

has_customer
boolean

Filter entries that have (true) or do not have (false) a customer assigned.

service_id
string<uuid>

Filter by service UUID.

start_date
string<date>

Filter entries on or after this date (YYYY-MM-DD).

end_date
string<date>

Filter entries on or before this date (YYYY-MM-DD).

billable
boolean

Filter by billable status.

Response

200 - application/json

Success.

data
object
required