The parameters of a Shift
search query, which includes filter and sort options.
ShiftQuery
Name | Type | Tags | Description |
---|---|---|---|
filter |
ShiftFilter | undefined |
Optional | Defines a filter used in a search for Shift records. AND logic isused by Square's servers to apply each filter property specified. |
sort |
ShiftSort | undefined |
Optional | Sets the sort order of search results. |
{
"filter": null,
"sort": null
}