Need help? Get answers from the docs with Omni's in-app AI! Log in to your Omni instance and open the Omni Agent in the sidebar.
curl --request POST \
--url https://{instance}.omniapp.co/api/unstable/documents/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"baseModelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dashboard": {},
"document": {},
"workbookModel": {},
"exportVersion": "0.1",
"identifier": "<string>",
"folderPath": "<string>",
"fileUploads": [
{
"fileUploadId": "<string>",
"fileName": "<string>",
"contentType": "<string>",
"data": "<string>"
}
]
}
'{
"dashboard": {
"dashboardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"miniUuidMap": {},
"workbook": {}
}Import dashboard to Omni instance
curl --request POST \
--url https://{instance}.omniapp.co/api/unstable/documents/import \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"baseModelId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dashboard": {},
"document": {},
"workbookModel": {},
"exportVersion": "0.1",
"identifier": "<string>",
"folderPath": "<string>",
"fileUploads": [
{
"fileUploadId": "<string>",
"fileName": "<string>",
"contentType": "<string>",
"data": "<string>"
}
]
}
'{
"dashboard": {
"dashboardId": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
},
"miniUuidMap": {},
"workbook": {}
}Documentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
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
Target model ID
Dashboard configuration from export
Document metadata from export
Workbook model from export
Export format version (must be "0.1")
0.1 Custom identifier for the imported dashboard
Destination folder path
Spreadsheet file data to restore during import. Include the fileUploads array from the export response to restore spreadsheet tiles in the imported dashboard.
Show child attributes
Was this page helpful?