Skip to main content
GET
/
unstable
/
documents
/
{dashboardId}
/
export
Export dashboard
curl --request GET \
  --url https://{instance}.omniapp.co/api/unstable/documents/{dashboardId}/export \
  --header 'Authorization: Bearer <token>'
{
  "dashboard": {},
  "document": {},
  "exportVersion": "0.1",
  "workbookModel": {}
}

Authorizations

Authorization
string
header
required

Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN

Path Parameters

dashboardId
string
required

Dashboard identifier

Response

Dashboard export data

dashboard
object

Dashboard configuration

document
object

Document metadata

exportVersion
string
Example:

"0.1"

workbookModel
object

Workbook model data