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
GET
/
dr
/
v1
/
appointment
/
{appointment_id}
Headers
auth
string
requiredPath Parameters
appointment_id
string
requiredQuery Parameters
partner_id
string
If set to 1 then appointment_id in path parameter should be partner_appointment_id else eka apppointment_id
Response
200 - application/json
appointment_id
string
created_at
integer
doctor_id
string
patient_id
string
clinic_id
string
channel
string
status
string
start_time
integer
end_time
integer
payment
object
prescription_id
string
service
object
prescription_url
string
custom_attributes
object
partner_meta
object