POST
/
api
/
v1
/
dashboards
/
{dashboardUuid}
/
promote
{
  "results": {
    "name": "<string>",
    "description": "<string>",
    "uuid": "<string>",
    "spaceName": "<string>",
    "spaceUuid": "<string>",
    "projectUuid": "<string>",
    "organizationUuid": "<string>",
    "pinnedListUuid": "<string>",
    "slug": "<string>",
    "dashboardVersionId": 123,
    "updatedAt": "2023-11-07T05:31:56Z",
    "tiles": [
      {
        "uuid": "<string>",
        "type": "saved_chart",
        "x": 123,
        "y": 123,
        "h": 123,
        "w": 123,
        "tabUuid": "<string>",
        "properties": {
          "chartSlug": "<string>",
          "lastVersionChartKind": "line",
          "chartName": "<string>",
          "belongsToDashboard": true,
          "savedChartUuid": "<string>",
          "hideTitle": true,
          "title": "<string>"
        }
      }
    ],
    "filters": {
      "tableCalculations": [
        {
          "values": [
            "<any>"
          ],
          "operator": "isNull",
          "id": "<string>",
          "target": {
            "tableName": "<string>",
            "fieldId": "<string>"
          },
          "settings": "<any>",
          "disabled": true,
          "required": true,
          "label": "<string>",
          "tileTargets": {}
        }
      ],
      "metrics": [
        {
          "values": [
            "<any>"
          ],
          "operator": "isNull",
          "id": "<string>",
          "target": {
            "tableName": "<string>",
            "fieldId": "<string>"
          },
          "settings": "<any>",
          "disabled": true,
          "required": true,
          "label": "<string>",
          "tileTargets": {}
        }
      ],
      "dimensions": [
        {
          "values": [
            "<any>"
          ],
          "operator": "isNull",
          "id": "<string>",
          "target": {
            "tableName": "<string>",
            "fieldId": "<string>"
          },
          "settings": "<any>",
          "disabled": true,
          "required": true,
          "label": "<string>",
          "tileTargets": {}
        }
      ]
    },
    "updatedByUser": {
      "userUuid": "<string>",
      "firstName": "<string>",
      "lastName": "<string>"
    },
    "views": 123,
    "firstViewedAt": "2023-11-07T05:31:56Z",
    "pinnedListOrder": 123,
    "tabs": [
      {
        "order": 123,
        "name": "<string>",
        "uuid": "<string>"
      }
    ],
    "config": {
      "isDateZoomDisabled": true
    }
  },
  "status": "ok"
}

Path Parameters

dashboardUuid
string
required

dashboardUuid for the dashboard to run

Response

200
application/json
Success
results
object
required

From T, pick a set of properties whose keys are in the union K

status
enum<string>
required
Available options:
ok