GET
/patients/{patientId}/appointments
List Patient Appointments
Retrieve all appointments for a specific patient.
Path Parameters
See schema: PatientIdPathParam
Query Parameters
See schema: PaginationParams
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with list of appointments | Appointment |
| 404 | Patient not found | ErrorResponse |