Dashboard Definition Versions
Make Dashboard Definition Version the Head version
get/v1/executive_dashboard_version/item/{version_id}/make-head
Path parameters
version_idstring required
ID of Dashboard Definition Version.
Response
Fetched
Example response
{
"details": {
"flavor": "AiAgents",
"cloud": "AWS",
"platform": "kubernetes",
"saas": [
"Anthropic"
],
"bannerSegments": [
{
"branding": {
"horizontalPlacement": "Left",
"verticalPlacement": "Top"
}
}
],
"widgets": [
{
"config": {
"toolbarBehavior": "AlwaysShow"
}
}
],
"portalFilter": {
"toolbarBehavior": "AlwaysShow",
"context": {
"filter": {
"clouds": [
"AWS"
]
},
"currency": "AED",
"timeRange": {
"range": "Last15Minutes"
},
"granularity": "day"
},
"timeRangeOptions": "RecentMonths"
},
"serviceAccountEvaluationMode": "Lazy"
}
}