Get appointment details by ID
GET/api/app/appointments/:id
Retrieve the full details of a single appointment using its unique ID. Returns a JSON object representing the appointment.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
- 501
OK
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error
Not Implemented