Cliniko users can configure how available times are displayed in our online bookings module.
The API endpoints that retrieve available times will respect these settings. The settings are:
Day parts are morning (before Midday), afternoon (Midday to 5pm) and evening (5pm onwards).
Possible settings are: 1, 2, 3, 4, 5 or unlimited.
This is the minimum amount of time from now that a available time will be shown.
Possible settings are: Now, 1 Hour, 2 Hours, 4 Hours, Tomorrow or 2 Days.
This limits how far in the future available times are offered.
Possible settings are: 28 days, 84 days, 182 days or 365 days
Setting to choose which businesses can be displayed in our online bookings module.
The API will not return available times for businesses not enabled for online bookings.
Setting to choose which appointment types can be displayed in our online bookings module.
The API will not return available times for appointment types not enabled for online bookings.
Setting to choose which practitioners can be displayed in our online bookings module.
The API will not return available times for practitioners not enabled for online bookings.
Find appointment start times that are currently available for the practitioner based on parameters provided.
successful operation
{- "total_entries": 1,
- "links": {
}, - "available_times": [
- {
- "appointment_start": "2019-08-24T14:15:22Z"
}
]
}
successful operation
{- "total_entries": 1,
- "appointment_start": "2019-08-24T14:15:22Z"
}