Appointments
List Appointments count by status
Permissions needed: VIEW_APPOINTMENTS Return count of all appointments of the clinic grouped by their status
get/api/v1/appointments-count-by-status
Parameters
#/paths/~1api~1v1~1files/get/parameters/0 — unresolved $ref
#/paths/~1api~1v1~1pets/get/parameters/0 — unresolved $ref
Response
successful operation
Example response
{
"pendingCount": 2,
"missedCount": 7,
"allCount": 9
}