👋 Welcome to the new Omni docs! We're still migrating, but the old docs are available at docs-legacy.omni.co.
cURL
curl --request GET \ --url https://{instance}.omniapp.co/api/unstable/documents/{dashboardId}/export \ --header 'Authorization: Bearer <token>'
{ "dashboard": {}, "document": {}, "exportVersion": "0.1", "workbookModel": {} }
Export dashboard for migration between Omni instances
Requires an Organization API Key. Personal Access Tokens (PATs) are not supported for this endpoint.
Include in the Authorization header as: Bearer ORGANIZATION_API_KEY
Authorization
Bearer ORGANIZATION_API_KEY
Dashboard identifier
Dashboard export data
Dashboard configuration
Document metadata
"0.1"
Workbook model data
Was this page helpful?