Skip to main content
GET
/
analytics
/
dashboards
List Dashboards
curl --request GET \
  --url https://api.decodahealth.com/analytics/dashboards \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "isArchived": true,
      "createdDate": "2023-11-07T05:31:56Z",
      "description": "<string>",
      "layoutConfig": {},
      "updatedDate": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

page
integer | null
per_page
integer | null
sort_by
string | null
sort_direction
enum<string> | null
Available options:
asc,
desc
location_id
string | null
name
string | null

Filter by dashboard name

Response

Successful Response

data
AnalyticsDashboardSchema · object[]
required
total
integer
required