Get the chart definitions for a given dashboard
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET '/dashboard//charts' \
--header 'Authorization: Bearer <token>'
Responses
application/json
Dashboard chart definitions
{
"result": [
{
"cache_timeout": 0,
"changed_on": "string",
"datasource": "string",
"description": "string",
"description_markeddown": "string",
"form_data": {},
"slice_id": 0,
"slice_name": "string",
"slice_url": "string"
}
]
}
Modified at 2025-06-04 22:27:17