clinic
Get appointments scheduled in the clinic for a clinician for all of their patients between two dates
get/clinician/{clinician_id}/appointments
Path parameters
clinician_idinteger required
Query parameters
date_sincestring required
calendar date in format YYYY-MM-DD
Example:2019-01-02
date_untilstring required
calendar date in format YYYY-MM-DD
Example:2019-01-02
Response
successful operation
Example response
{
"clinician_appointments": [
{
"end_time": "2020-05-10 09:30:00",
"start_time": "2020-05-02 08:30:00"
}
]
}Changes
No recorded changes to this endpoint across all 15 revisions of this API.