cURL
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 }
List analytics dashboards with optional filtering.
The tenant you are making this request on behalf of
Your api key
asc
desc
Filter by dashboard name
Successful Response
Show child attributes
Unique identifier for the dashboard
Name of the dashboard
Whether the dashboard is archived
When the dashboard was created
Description of the dashboard
Grid layout configuration
When the dashboard was last updated