Retrieves a list of all appointments.
Ok
Validation error
Unauthorised
Not found
Unknown error
{- "data": [
- {
- "id": "string",
- "patient": {
- "id": "string",
- "title": "Baron",
- "first_name": "string",
- "last_name": "string"
}, - "practitioner": {
- "id": "string",
- "title": "Baron",
- "first_name": "string",
- "last_name": "string"
}, - "location_id": "string",
- "start_time": "2019-08-24T14:15:22Z",
- "reserved_until": "2019-08-24T14:15:22Z",
- "booking_confirmed_at": "2019-08-24T14:15:22Z",
- "can_be_cancelled": false,
- "cancellation_policy_hours": 0,
- "count": "string",
- "appointment_template_name": "string",
- "cancelled_at": "2019-08-24T14:15:22Z",
- "confirmed_at": "2019-08-24T14:15:22Z",
- "appointment_source": "string",
- "video": false,
- "location_name": "string",
- "service": "string",
- "source": "string",
- "status": "string"
}
], - "count": 0
}