Projects
getDashboardsAsCode
API
My Account
- Overview
- GETGetAuthenticatedUser
- POSTRegisterUser
- PUTCreateEmailOneTimePasscode
- GETGetEmailVerificationStatus
- GETListMyAvailableOrganizations
- POSTJoinOrganization
- DELDeleteMe
- GETcreateWarehouseCredentials
- POSTupdateWarehouseCredentials
- DELdeleteWarehouseCredentials
- PATCHupdateWarehouseCredentials
- GETgetLoginOptions
- PATCHRotate personal access token
Organizations
- Overview
- GETGetMyOrganization
- PUTCreateOrganization
- PATCHUpdateMyOrganization
- DELDeleteMyOrganization
- GETListOrganizationProjects
- GETListOrganizationMembers
- GETGetOrganizationMemberByUuid
- DELDeleteOrganizationMember
- GETListOrganizationEmailDomains
- PATCHUpdateOrganizationEmailDomains
- GETListGroupsInOrganization
- POSTCreateGroupInOrganization
Projects
- Overview
- GETGetExplores
- PUTSetExplores
- GETGetExplore
- POSTCompileQuery
- POSTDownloadCsvFromExplore
- GETGetProject
- GETListChartsInProject
- GETListChartSummariesInProject `Deprecated`
- GETListSpacesInProject
- GETGetProjectAccessList
- POSTCalculateTotalFromQuery
- GETgetUserWarehouseCredentialsPreference
- PATCHupdateUserWarehouseCredentialsPreference
- GETgetCustomMetrics
- PATCHupdateProjectMetadata
- DELdeleteProjectSemanticLayerConnection
- PATCHupdateProjectSemanticLayerConnection
- GETgetDashboards
- POSTcreateDashboard
- PATCHupdateDashboards
- POSTcreatePreview
- PATCHPatch apiv1projects schedulersettings
- GETgetTags
- POSTcreateTag
- DELdeleteTag
- PATCHupdateTag
- GETgetChartsAsCode
- GETgetDashboardsAsCode
- POSTupsertChartAsCode
- POSTupsertDashboardAsCode
- GETGetLatestValidationResults
- POSTValidateProject
- DELDeleteValidationDismiss
Roles & Permissions
- PATCHUpdateOrganizationMember
- POSTCreateSpaceInProject
- GETGet apiv1projects access
- POSTGetProjectAccessList
- GETGetProjectMemberAccess
- DELRevokeProjectAccessForUser
- PATCHGrantProjectAccessToUser
- PATCHUpdateSpace
- POSTAddSpaceUserAccess
- DELRevokeSpaceAccessForUser
- POSTAddSpaceGroupAccess
- DELRevokeGroupSpaceAccess
Catalog
- GETgetCatalog
- GETgetMetadata
- GETgetAnalytics
- GETgetAnalyticsField
- GETgetMetricsCatalog
- GETgetMetric
- GETgetMetricsWithTimeDimensions
- GETgetSegmentDimensions
- POSTaddCategoryToCatalogItem
- DELremoveCategoryFromCatalogItem
- PATCHupdateCatalogItemIcon
- GETgetMetricsTree
- POSTcreateMetricsTreeEdge
- DELdeleteMetricsTreeEdge
Exports
Git Integration
User Groups
Metrics Explorer
Notifications
Charts
Schedulers
Share links
SSH Keypairs
Projects
getDashboardsAsCode
GET
/
api
/
v1
/
projects
/
{projectUuid}
/
dashboards
/
code
{
"results": [
{
"name": "<string>",
"description": "<string>",
"slug": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"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": {}
}
]
},
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"downloadedAt": "2023-11-07T05:31:56Z",
"spaceSlug": "<string>",
"version": 123,
"tiles": [
{
"type": "saved_chart",
"uuid": "<string>",
"x": 123,
"y": 123,
"h": 123,
"w": 123,
"tabUuid": "<string>",
"properties": {
"title": "<string>"
}
}
]
}
],
"status": "ok"
}
Path Parameters
Response
200
application/json
Success
From T, pick a set of properties whose keys are in the union K
Available options:
isNull
, notNull
, equals
, notEquals
, startsWith
, endsWith
, include
, doesNotInclude
, lessThan
, lessThanOrEqual
, greaterThan
, greaterThanOrEqual
, inThePast
, notInThePast
, inTheNext
, inTheCurrent
, notInTheCurrent
, inBetween
Construct a type with a set of properties K of type T
Available options:
isNull
, notNull
, equals
, notEquals
, startsWith
, endsWith
, include
, doesNotInclude
, lessThan
, lessThanOrEqual
, greaterThan
, greaterThanOrEqual
, inThePast
, notInThePast
, inTheNext
, inTheCurrent
, notInTheCurrent
, inBetween
Construct a type with a set of properties K of type T
Available options:
isNull
, notNull
, equals
, notEquals
, startsWith
, endsWith
, include
, doesNotInclude
, lessThan
, lessThanOrEqual
, greaterThan
, greaterThanOrEqual
, inThePast
, notInThePast
, inTheNext
, inTheCurrent
, notInTheCurrent
, inBetween
Construct a type with a set of properties K of type T
From T, pick a set of properties whose keys are in the union K
Available options:
saved_chart
, sql_chart
, semantic_viewer_chart
, markdown
, loom
From T, pick a set of properties whose keys are in the union K
Available options:
ok
{
"results": [
{
"name": "<string>",
"description": "<string>",
"slug": "<string>",
"updatedAt": "2023-11-07T05:31:56Z",
"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": {}
}
]
},
"tabs": [
{
"order": 123,
"name": "<string>",
"uuid": "<string>"
}
],
"downloadedAt": "2023-11-07T05:31:56Z",
"spaceSlug": "<string>",
"version": 123,
"tiles": [
{
"type": "saved_chart",
"uuid": "<string>",
"x": 123,
"y": 123,
"h": 123,
"w": 123,
"tabUuid": "<string>",
"properties": {
"title": "<string>"
}
}
]
}
],
"status": "ok"
}