Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

GetScheduleItemsRequest.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

GetScheduleItemsRequest

Properties

Name Type Description Notes
location_ids int[] A list of requested location IDs. [optional]
staff_ids int[] A list of requested staff IDs. [optional]
start_date \DateTime The start date of the requested date range. <br />Default: today’s date [optional]
end_date \DateTime The end date of the requested date range. <br />Default: today’s date [optional]
ignore_prep_finish_times bool When `true`, appointment preparation and finish unavailabilities are not returned. <br />Default: false [optional]
limit int Number of results to include, defaults to 100 [optional]
offset int Page offset, defaults to 0. [optional]

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