GET
/appointments/{appointmentId}
Get Appointment
Retrieve a specific appointment by ID.
Path Parameters
See schema: AppointmentIdPathParam
Request Body
Content Types: -
Schema: -
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Successful response with appointment details | Appointment |
| 404 | Appointment not found | ErrorResponse |