Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 629 Bytes

shift-query.md

File metadata and controls

25 lines (16 loc) · 629 Bytes

Shift Query

The parameters of a Shift search query, which includes filter and sort options.

Structure

ShiftQuery

Fields

Name Type Tags Description
filter ShiftFilter | undefined Optional Defines a filter used in a search for Shift records. AND logic is
used by Square's servers to apply each filter property specified.
sort ShiftSort | undefined Optional Sets the sort order of search results.

Example (as JSON)

{
  "filter": null,
  "sort": null
}