latestOpenAPI 3.0.0Apache 2.02026-08-201250995.7 KB

bd9694db5fce

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

pendingCountinteger
canceledCountinteger
missedCountinteger
recommendedCountinteger
confirmedCountinteger
allCountinteger

Example response

{
  "pendingCount": 2,
  "missedCount": 7,
  "allCount": 9
}