Appointment API
Get Appointments By date
Overview
This API endpoint is used to retrieve all the appointments scheduled for a specific date. It provides a comprehensive list of appointments. The response includes comprehensive information about the appointment, including patient and doctor details, appointment status, timings 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"
Query Parameters
Date of scheduled appointments. Format should be YYYY-MM-DD
Example:
"2025-05-01"
Response
200
application/json
OK
The response is of type object
.