v1

Get Counts

Gets aggregate counts for the visits matching the given filters.

The counts respect all provided filters but are independent of pagination, so this can be fetched once when filters change instead of on every page of get_visits.

IMPORTANT: Like get_visits, this endpoint requires a date filter on appointment.startTimestamp to ensure acceptable query performance.

get/appointments/v1/visits/counts

Query parameters

filtersCommonFilterQueryString — unresolved $ref

Required: Must include a date filter on appointment.startTimestamp (using gt, lt, or eq operators). Example: appointment.startTimestamp|gt|2024-01-01

Headers

Authorizationstring required

OAuth authentication

Response

Response with status 200

V1CountsResponse required— unresolved $ref