Get Dashboard Charts
Returns the details of a single dashboard, including its name, creator, and owner. It also returns the list of charts on the dashboard, in layout order. Each chart entry contains the chart’s ID and name.
Authorizations
Authentication is done via Basic Auth. This requires a base64-encoded string of your credentials in the format username:password.
- Username: Use your MoEngage Workspace ID (also known as the App ID). Find it in the MoEngage dashboard at Settings > Account > API keys.
- Password: Use an API key from Settings > Account > API keys.
Refer to API Key Dashboard for details on creating and managing API keys.
Path Parameters
The unique identifier of the dashboard. You can retrieve dashboard IDs from the List Dashboards response.
"6a10ae88f3a1896d59d5bf8f"
Response
This response is returned when the request is processed successfully.
A unique identifier for this response. Include it when reporting issues to MoEngage Support to help trace the request.
"b3f1c0d2-2a4e-4f9b-9c1a-6d2e8f0a1b23"
The type of resource returned in the data field.
"dashboard"
A dashboard's details and the charts laid out on it.