Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.17 KB

ShiftFilter.md

File metadata and controls

21 lines (13 loc) · 1.17 KB

Square.Connect.Model.ShiftFilter

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

Name Type Description Notes
LocationIds List Fetch shifts for the specified location. [optional]
EmployeeIds List Fetch shifts for the specified employee. [optional]
Status string Fetch a `Shift` instance by `Shift.status`. See ShiftFilterStatus for possible values [optional]
Start TimeRange Fetch `Shift`s that start in the time range - Inclusive. [optional]
End TimeRange Fetch the `Shift`s that end in the time range - Inclusive. [optional]
Workday ShiftWorkday Fetch the `Shift`s based on workday date range. [optional]

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