curl --request GET \
--url https://api.decodahealth.com/analytics/dashboards/provider-activity/provider-activity-grouped \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"groups": [
{
"key": "<string>",
"label": "<string>",
"count": 123,
"summary": {
"totalActivities": 0,
"chargesCount": 0,
"paymentsCount": 0,
"notesCount": 0,
"quotesCount": 0,
"membershipsCount": 0,
"measurementsCount": 0,
"quickNotesCount": 0,
"patientCreditsCount": 0,
"inventoryLogsCount": 0,
"insurancePaymentsCount": 0,
"totalAmount": 0
},
"rows": [
{
"activityType": "<string>",
"activityId": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"description": "<string>",
"patientId": "<string>",
"patientFirstName": "<string>",
"patientLastName": "<string>",
"amount": 123,
"status": "<string>",
"locationName": "<string>",
"providerFirstName": "<string>",
"providerLastName": "<string>"
}
],
"totalPages": 123
}
],
"grandTotals": {
"totalActivities": 0,
"chargesCount": 0,
"paymentsCount": 0,
"notesCount": 0,
"quotesCount": 0,
"membershipsCount": 0,
"measurementsCount": 0,
"quickNotesCount": 0,
"patientCreditsCount": 0,
"inventoryLogsCount": 0,
"insurancePaymentsCount": 0,
"totalAmount": 0
},
"totalCount": 123
}curl --request GET \
--url https://api.decodahealth.com/analytics/dashboards/provider-activity/provider-activity-grouped \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'{
"groups": [
{
"key": "<string>",
"label": "<string>",
"count": 123,
"summary": {
"totalActivities": 0,
"chargesCount": 0,
"paymentsCount": 0,
"notesCount": 0,
"quotesCount": 0,
"membershipsCount": 0,
"measurementsCount": 0,
"quickNotesCount": 0,
"patientCreditsCount": 0,
"inventoryLogsCount": 0,
"insurancePaymentsCount": 0,
"totalAmount": 0
},
"rows": [
{
"activityType": "<string>",
"activityId": "<string>",
"createdDate": "2023-11-07T05:31:56Z",
"description": "<string>",
"patientId": "<string>",
"patientFirstName": "<string>",
"patientLastName": "<string>",
"amount": 123,
"status": "<string>",
"locationName": "<string>",
"providerFirstName": "<string>",
"providerLastName": "<string>"
}
],
"totalPages": 123
}
],
"grandTotals": {
"totalActivities": 0,
"chargesCount": 0,
"paymentsCount": 0,
"notesCount": 0,
"quotesCount": 0,
"membershipsCount": 0,
"measurementsCount": 0,
"quickNotesCount": 0,
"patientCreditsCount": 0,
"inventoryLogsCount": 0,
"insurancePaymentsCount": 0,
"totalAmount": 0
},
"totalCount": 123
}The tenant you are making this request on behalf of
Your api key
Timezone (e.g. 'America/New_York')
provider, activity_type, none