Next available time
cliniko_next_available_timeGet the single next bookable slot for a business + practitioner + appointment type (optionally from a date). GET /businesses/{business_id}/practitioners/{practitioner_id}/appointment_types/{appointment_type_id}/next_available_time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Optional earliest date yyyy-mm-dd to search from. | |
| business_id | Yes | Business id (path). | |
| practitioner_id | Yes | Practitioner id (path). | |
| appointment_type_id | Yes | Appointment type id (path). |