Appointment API
Get Appointment Details
Overview
This API endpoint is used to retrieve the details of an appointment using its unique identifier. The response includes comprehensive information about the appointment, including patient and doctor details, appointment status, and related services.
Appointment_statuses:
- BK : Booked
- OG : Ongoing
- CM : Completed with Prescription
- CMNP : Completed without a Prescription
- CN : Cancelled
- CND : Cancelled by Doctor
- CNS : Cancelled by Staff
GET
Headers
Example:
"auth"
Path Parameters
Query Parameters
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
Example:
"1"
Response
200
application/json
OK
Available options:
BK
, OG
, CM
, CMNP
, CN
, CND
, CNS
Example:
"BK"
Available options:
tele
, in_clinic
Example:
"in_clinic"