Headers
Example:
"auth"
Query Parameters
Filter by patient. Cannot be combined with any other filter.
Filter by doctor (must be combined with start_date and end_date).
Filter by clinic (must be combined with start_date and end_date).
Start date of appointments.
Example:
"2025-05-01"
End date of appointments.
Example:
"2025-05-07"
Page number for pagination (starts from 0).
- Each page contains up to say 50 appointments (
limit=50
). page_no=0
means the first page.- If the
"appointments"
array has exactly 50 items, there may be more results. Continue withpage_no=1
,page_no=2
, etc. - If the
"appointments"
array has fewer than 50 items, there are no more results and you can stop fetching.
Example:
0
Response
Successful response with appointment list