A POST to the /appointment-definitions/{appointmentDefinitionId}/available-slots-range
endpoint returns all bookable slots in [start_date, end_date], sorted by
start time, paginated. Range is capped at 31 days by the form request.
Documentation Index
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
The appointment definition ID
Request payload for the range slots endpoint. Date window is capped at 31 days so a single call can't sweep an unbounded slot space.
Reuses the same staff/location validation rules as the single-day endpoint
(ListAppointmentAvailableSlots) so the range version inherits the same
"is this combination actually bookable?" guarantees.