cURL
curl --request GET \ --url https://api.decodahealth.com/analytics/dashboards/patient-breakdown/patient-analytics-summary \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "totalPatients": 0, "totalSpent": 0, "totalAppointments": 0, "avgTenureDays": 123 }
Get summary statistics for patient analytics (for ungrouped view totals).
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Aggregated summary for a group or grand totals.