cURL
curl --request GET \ --url https://api.decodahealth.com/appointment-dashboard/by-type \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "appointmentType": "<string>", "count": 123 } ]
Get count of appointments grouped by appointment type
The tenant you are making this request on behalf of
Your api key
Successful Response