Skip to main content
GET
/
appointment-dashboard
/
by-type
Get Appointments By Type
curl --request GET \
  --url https://api.decodahealth.com/appointment-dashboard/by-type \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "appointmentType": "<string>",
    "count": 123
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

start_date
string<date> | null
end_date
string<date> | null
timezone
string
required
provider_ids
string | null
location_ids
string | null

Response

Successful Response

appointmentType
string
required
count
integer
required