GET /v2/cash-drawers/shifts

Provides the details for all of the cash drawer shifts for a location in a date range.

Servers

Query parameters

Name Type Required Description
location_id String Yes

The ID of the location to query for a list of cash drawer shifts.

sort_order String No

The order in which cash drawer shifts are listed in the response, based on their opened_at field. Default value: ASC

begin_time String No

The inclusive start time of the query on opened_at, in ISO 8601 format.

limit Integer No

Number of cash drawer shift events in a page of results (200 by default, 1000 max).

cursor String No

Opaque cursor for fetching the next page of results.

end_time String No

The exclusive end date of the query on opened_at, in ISO 8601 format.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.