clinik.schedules
Schedules define a container for time slots that may be available for booking appointments. They link practitioners, locations, or services to their availability windows.create
| Field | Type | Required | Description |
|---|---|---|---|
active | boolean | No | Whether the schedule is active (default: true) |
serviceCategory | string[] | No | Broad categorization of services |
serviceType | string[] | No | Specific service types available |
specialty | string[] | No | Practitioner specialties |
actorIds | string[] | Yes | References to Practitioner, Location, etc. |
planningHorizon | object | No | Period the schedule covers () |
comment | string | No | Additional comments |
Example
read / update / delete / search
Same pattern as other resources. Search supportsactorId, serviceType, specialty, active, dateFrom, dateTo filters.