Get Location Cash Drawer Shifts

GET {{baseUrl}}/v1/:location_id/cash-drawer-shifts?order=<object>&begin_time=<string>&end_time=<string>

Provides the details for all of a location's cash drawer shifts during a date range. The date range you specify cannot exceed 90 days.

Request Params

KeyDatatypeRequiredDescription
orderstringThe order in which employees are listed in the response, based on their created_at field. Default value: ASC
begin_timestringThe beginning of the requested reporting period, in RFC 3339 format.
end_timestringThe end of the requested reporting period, in RFC 3339 format.