👋 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 (Beta)
Use either an Organization API Key or Personal Access Token (PAT). Include in the Authorization header as: Bearer YOUR_TOKEN
Bearer YOUR_TOKEN
Dashboard identifier
Dashboard export data
Dashboard configuration
Document metadata
"0.1"
Workbook model data
Was this page helpful?