Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.35 KB

GetBookableItemsRequest.md

File metadata and controls

18 lines (14 loc) · 1.35 KB

GetBookableItemsRequest

Properties

Name Type Description Notes
session_type_ids int[] A list of the requested session type IDs.
location_ids int[] A list of the requested location IDs. [optional]
staff_ids int[] A list of the 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: StartDate [optional]
appointment_id int If provided, filters out the appointment with this ID. [optional]
ignore_default_session_length bool When `true`, availabilities that are non-default return, for example, a 30-minute availability with a 60-minute default session length.<br /> When `false`, only availabilities that have the default session length return. [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]