Skip to main content
GET
/
analytics
/
dashboards
/
notes-breakdown
/
notes-breakdown-groups
Get Notes Breakdown Groups
curl --request GET \
  --url https://api.decodahealth.com/analytics/dashboards/notes-breakdown/notes-breakdown-groups \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "key": "<string>",
    "total": 123,
    "label": "<string>"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

group_by
enum<string>
required
Available options:
location,
created_date,
week,
month
timezone
string
required

Timezone for date grouping (e.g., 'America/New_York', 'UTC')

start_date
string | null
end_date
string | null
location_ids
string[] | null
location_names
string[] | null
provider_ids
string[] | null
provider_names
string[] | null

Response

Successful Response

key
string
required
total
integer
required
label
string | null