/
CU
cube-js
/
Cube Platform API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2d ago
Details
Filter operations
App Theme
1
Dashboard Embed Access
2
Data Model
15
Data Model Uploads
4
dbt Sync
6
Deployment Creation
1
Deployments
12
Embed
5
Embed Tenants
11
Env Variables
2
Environments
4
Folders
5
GitHub
4
GitHub Connection
1
Notifications
8
OAuth Integrations
5
OIDC Token Configs
5
OpenAPI Spec
1
Regions
1
Reports
9
get
List reports
post
Create a report
put
Create or update a report by publicId
get
Get report
put
Update a report
delete
Delete report
put
Connect a report to the calling spreadsheet
delete
Disconnect a report from one spot in a spreadsheet
put
Refresh report
Tenant Settings
2
User Attribute Values
2
User Attributes
3
User OAuth Tokens
4
Users Admin
4
Workbooks
9
Workspace
5
Reports
Update a report
put
/api/v1/deployments/{deploymentId}/reports/{reportId}
Path parameters
deploymentId
string
required
reportId
number
required
Request body
UpdateReportInput
required
endResultCell
string
nullable
externalWorkbookId
string
nullable
folderId
integer
nullable
host
'GOOGLE_SHEETS'
|
'EXCEL'
jsonQuery
string
nullable
meta
object
nullable
name
string
nullable
pivotItems
PivotItems
placementId
string
nullable
publicId
string
nullable
resultLocation
string
nullable
sheetId
string
nullable
sqlQuery
string
nullable
title
string
nullable
workbookId
integer
nullable
workbookName
string
nullable
Response
Report
required
canEdit
boolean
nullable
canManage
boolean
nullable
createdAt
union
required
createdBy
integer
deploymentId
integer
required
description
string
nullable
endResultCell
string
nullable
externalWorkbookId
string
nullable
externalWorkbookPlacements
ReportPlacement[]
nullable
folderId
integer
nullable
folderPath
WorkspaceFolderPathEntry[]
id
integer
required
jsonQuery
string
nullable
meta
object
nullable
name
string
required
pivotItems
PivotItems
publicId
string
required
refreshedBy
integer
nullable
refreshedByUser
ResourceOwner
required
resultLocation
string
nullable
rolesWithAccess
RoleWithAccess[]
nullable
source
'GOOGLE_SHEETS'
|
'EXCEL'
|
'PLAYGROUND'
|
'D3'
sqlQuery
string
nullable
title
string
nullable
type
'FOLDER'
|
'WORKBOOK'
|
'REPORT'
required
updatedAt
union
required
user
ResourceOwner
required
userId
integer
required
version
integer
nullable
workbookId
integer
nullable
Changes