Dashboards
Post apiv1dashboards promote
Promote dashboard to its upstream project
POST
/
api
/
v1
/
dashboards
/
{dashboardUuid}
/
promote
Copy
Ask AI
{
"results": {
"description": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"uuid": "<string>",
"organizationUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"filters": {
"tableCalculations": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"metrics": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"dimensions": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
]
},
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"slug": "<string>",
"spaceName": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"views": 123,
"firstViewedAt": "<string>",
"dashboardVersionId": 123,
"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>"
}
}
],
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"config": {
"isDateZoomDisabled": true
}
},
"status": "ok"
}
Path Parameters
dashboardUuid for the dashboard to run
Response
200
application/json
Success
The response is of type object
.
Copy
Ask AI
{
"results": {
"description": "<string>",
"name": "<string>",
"projectUuid": "<string>",
"uuid": "<string>",
"organizationUuid": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"filters": {
"tableCalculations": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"metrics": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
],
"dimensions": [
{
"values": [
"<any>"
],
"operator": "isNull",
"id": "<string>",
"target": {
"fallbackType": "string",
"isSqlColumn": true,
"tableName": "<string>",
"fieldId": "<string>"
},
"settings": "<any>",
"disabled": true,
"required": true,
"singleValue": true,
"label": "<string>",
"tileTargets": {}
}
]
},
"spaceUuid": "<string>",
"pinnedListUuid": "<string>",
"pinnedListOrder": 123,
"slug": "<string>",
"spaceName": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"views": 123,
"firstViewedAt": "<string>",
"dashboardVersionId": 123,
"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>"
}
}
],
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"config": {
"isDateZoomDisabled": true
}
},
"status": "ok"
}
Assistant
Responses are generated using AI and may contain mistakes.