GET /locations/:location_id/daily/schedule_stats
This endpoint retrieves daily schedule stats for a specific location and date.Parameters
- location_id (required): The ID of the location for which patients are to be retrieved.
- date: A parameter to specifiy the date to get data from, following the format YYYY-MM-DD.
- The
q[appointment_type_id_eq]is used to capture the schedule stats based on appointment types id passed.
Response
- Content-Type: application/json

