clinik.slots
Slots represent available time periods on a schedule that can be booked as appointments. They define when a practitioner, location, or service is available.create
| Field | Type | Required | Description |
|---|---|---|---|
scheduleId | string | Yes | The schedule this slot belongs to |
status | string | Yes | busy, free, busy-unavailable, busy-tentative |
start | string | Yes | Start time (ISO 8601) |
end | string | Yes | End time (ISO 8601) |
serviceCategory | string | No | Service category |
serviceType | string | No | Service type |
specialty | string | No | Required specialty |
appointmentType | string | No | Type of appointment that can be booked |
overbooked | boolean | No | Whether the slot is overbooked |
comment | string | No | Additional comments |
Example
read / update / delete / search
Same pattern as other resources. Search supportsscheduleId, status, serviceType, specialty, dateFrom, dateTo filters.