API
Reference
- Projects
- GETGet apiv1snowflakessois authenticated
- GETGet apiv1projects validate
- POSTPost apiv1projects validate
- DELDelete apiv1projects validate
- GETGet apiv1analyticsuser activity
- POSTPost apiv1analyticsuser activity download
- GETGet apiv1projects spaces
- POSTPost apiv1projects rename
- POSTPost apiv1projects renamechart
- GETGet apiv1projects renamechart fields
- GETGet apiv1projects
- GETGet apiv1projects charts
- GETGet apiv1projects chart summariesdeprecated
- GETGet apiv1projects groupaccesses
- POSTPost apiv1projects calculate total
- POSTPost apiv1projects calculate subtotals
- GETGet apiv1projects user credentials
- PATCHPatch apiv1projects user credentials
- GETGet apiv1projects custom metrics
- PATCHPatch apiv1projects metadata
- GETGet apiv1projects dashboards
- POSTPost apiv1projects dashboards
- PATCHPatch apiv1projects dashboards
- POSTPost apiv1projects createpreview
- PATCHPatch apiv1projects schedulersettings
- GETGet apiv1projects tags
- POSTPost apiv1projects tags
- DELDelete apiv1projects tags
- PATCHPatch apiv1projects tags
- PUTPut apiv1projects tagsyaml
- GETGet apiv1projects chartscode
- GETGet apiv1projects dashboardscode
- POSTPost apiv1projects charts code
- POSTPost apiv1projects dashboards code
- POSTPost apiv1projects dbt cloudwebhook
- POSTPost apiv1projects refresh
- GETGet apiv1projects explores
- PUTPut apiv1projects explores
- GETGet apiv1projects explores 1
- POSTPost apiv1projects explores compilequery
- POSTPost apiv1projects explores downloadcsv
- GETGet apiv1bigqueryssodatasets
- GETGet apiv1bigqueryssois authenticated
- GET
- My Account
- User attributes
- SSH Keypairs
- SQL runner
- Spotlight
- Spaces
- Roles & Permissions
- Integrations
- Share links
- Schedulers
- Exploring
- Charts
- Content
- Organizations
- Notifications
- Metrics Explorer
- User Groups
- API Reference
- Git Integration
- Dashboards
- Exports
- Comments
- Catalog
- v2
Projects
Post apiv1projects dashboards
POST
/
api
/
v1
/
projects
/
{projectUuid}
/
dashboards
Copy
Ask AI
{
"results": {
"config": {
"isDateZoomDisabled": true
},
"slug": "<string>",
"access": [
{
"inheritedFrom": "organization",
"inheritedRole": "member",
"projectRole": "viewer",
"hasDirectAccess": true,
"role": "viewer",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
}
],
"isPrivate": true,
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"pinnedListOrder": 123,
"pinnedListUuid": "<string>",
"firstViewedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"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": {}
}
]
},
"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>"
}
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"name": "<string>",
"uuid": "<string>",
"dashboardVersionId": 123,
"projectUuid": "<string>",
"organizationUuid": "<string>"
},
"status": "ok"
}
Path Parameters
Query Parameters
Body
application/json
Response
201
application/json
Created
The response is of type object
.
Copy
Ask AI
{
"results": {
"config": {
"isDateZoomDisabled": true
},
"slug": "<string>",
"access": [
{
"inheritedFrom": "organization",
"inheritedRole": "member",
"projectRole": "viewer",
"hasDirectAccess": true,
"role": "viewer",
"email": "<string>",
"lastName": "<string>",
"firstName": "<string>",
"userUuid": "<string>"
}
],
"isPrivate": true,
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"pinnedListOrder": 123,
"pinnedListUuid": "<string>",
"firstViewedAt": "2023-11-07T05:31:56Z",
"views": 123,
"spaceName": "<string>",
"spaceUuid": "<string>",
"updatedByUser": {
"userUuid": "<string>",
"firstName": "<string>",
"lastName": "<string>"
},
"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": {}
}
]
},
"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>"
}
}
],
"updatedAt": "2023-11-07T05:31:56Z",
"description": "<string>",
"name": "<string>",
"uuid": "<string>",
"dashboardVersionId": 123,
"projectUuid": "<string>",
"organizationUuid": "<string>"
},
"status": "ok"
}
Assistant
Responses are generated using AI and may contain mistakes.