List available times
cliniko_list_available_timesList bookable appointment slots for a business + practitioner + appointment type within a date range (from/to, yyyy-mm-dd, span <= 7 days). High-value booking-slot lookup. GET /businesses/{business_id}/practitioners/{practitioner_id}/appointment_types/{appointment_type_id}/available_times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Range end yyyy-mm-dd (cannot be more than 7 days after `from`). | |
| from | Yes | Range start yyyy-mm-dd (cannot be more than 7 days before `to`). | |
| business_id | Yes | Business id (path). | |
| practitioner_id | Yes | Practitioner id (path). | |
| appointment_type_id | Yes | Appointment type id (path). |