Returns a paginated list of scheduled shifts, with optional filter and sort settings.
POST
/v2/labor/scheduled-shifts/search
Returns a paginated list of scheduled shifts, with optional filter and sort settings.
By default, results are sorted by start_at
in ascending order.
The maximum number of results to return in a single response page. The default value is 50.
The pagination cursor returned by the previous call to this endpoint. Provide this cursor to retrieve the next page of results for your original request. For more information, see Pagination.
A paginated list of scheduled shifts that match the query conditions.
The pagination cursor used to retrieve the next page of results. This field is present only if additional results are available.