v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Dashboard Definition Versions

Get Dashboard Definition Version

get/v1/executive_dashboard_version/item/{version_id}

Path parameters

version_idstring required

ID of Dashboard Definition Version.

Response

Fetched

sysIdstring

Identifier of the version

createdOnstring date-time

Version created on

updatedOnstring date-time

Version updated on

versioninteger

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"
  }
}