List appointments
cliniko_list_appointmentsList individual appointments, optionally filtered by patient/practitioner/business/type and a starts_at date-time window (starts_from / starts_to, ISO 8601). GET /individual_appointments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based). Default 1. | |
| sort | No | Field to sort by, e.g. created_at. | |
| order | No | Sort direction. asc | desc. | |
| per_page | No | Results per page (max 100). Default 50. | |
| starts_to | No | Only appointments starting before this ISO 8601 time (q[]=starts_at:<). | |
| patient_id | No | Filter by patient id (q[]=patient_id:=). | |
| business_id | No | Filter by business id. | |
| starts_from | No | Only appointments starting at/after this ISO 8601 time (q[]=starts_at:>). | |
| practitioner_id | No | Filter by practitioner id. | |
| appointment_type_id | No | Filter by appointment type id. |