cURL
curl --request GET \ --url https://api.decodahealth.com/analytics/dashboards/clock-ins/group-summaries \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
[ { "groupKey": "<string>", "totalClockIns": 123, "totalScheduledShifts": 123, "totalScheduledMinutes": 123, "totalWorkedMinutes": 123, "providerCount": 123 } ]
Get summary statistics for each group
The tenant you are making this request on behalf of
Your api key
location
provider
date
Successful Response