ShiftFilter

March 27, 2019 ยท View on GitHub

squareconnect.models.shift_filter

Description

Defines a filter used in a search for Shift records. AND logic is used by Square's servers to apply each filter property specified.

Properties

NameTypeDescriptionNotes
location_idlist[str]Fetch shifts for the specified location.[optional]
employee_idlist[str]Fetch shifts for the specified employee.[optional]
statusstrFetch a `Shift` instance by `Shift.status`. See ShiftFilterStatus for possible values[optional]
startTimeRangeFetch `Shift`s that start in the time range - Inclusive.[optional]
endTimeRangeFetch the `Shift`s that end in the time range - Inclusive.[optional]
workdayShiftWorkdayFetch the `Shift`s based on workday date range.[optional]

[Back to Model list] [Back to API list] [Back to README]