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/v1/documents/{documentId}/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Dashboard Copy",
"folderPath": "/reports/2024/q4",
"scope": "organization"
}
'{
"dashboardId": "abc123-dash-id",
"identifier": "xyz789-new-identifier",
"name": "My Dashboard Copy",
"workbookId": "def456-workbook-id"
}curl --request POST \
--url https://{instance}.omniapp.co/api/v1/documents/{documentId}/duplicate \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "My Dashboard Copy",
"folderPath": "/reports/2024/q4",
"scope": "organization"
}
'{
"dashboardId": "abc123-dash-id",
"identifier": "xyz789-new-identifier",
"name": "My Dashboard Copy",
"workbookId": "def456-workbook-id"
}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.
Can be either an Organization API Key or Personal Access Token (PAT).
Include in the Authorization header as: Bearer YOUR_TOKEN
Document identifier
Requires an Organization API key. Optional user ID that attributes the action to the specified user.
The name for the duplicated document
1 - 255Path to the destination folder. If not provided, the document will be duplicated to the root.
The visibility scope for the duplicated document.
If not provided, inherits from the destination folder or defaults to restricted.
organization, restricted Was this page helpful?