Duplicate a workbook
Authentication
OAuth authentication of the form <token>.
OAuth authentication of the form <token>.
This endpoint lets you duplicate an existing workbook. The workbook copy can be placed in a different folder from the original workbook, potentially with a different name and description. This is useful for creating workbook templates or backups.
The workbookId in the URL specifies the original workbook to be copied. Retrieve the workbookId by calling the /v2/workbooks endpoint.
The destinationFolderId in the request body specifies where to place the new workbook.
homeFolderId included in the response.id field in the response for files with a type of folder.copyBookmarks to all to copy every saved view (formerly “bookmarks”) applied to the source workbook. This is available to admins only.copyBookmarks to accessible to copy personal saved views and those shared with the user initiating the operation.If set to all (available to admins only), every saved view (bookmark) applied to the workbook is copied. If set to accessible, only personal saved views and those shared with the user initiating the operation are copied. Ownership of all saved views in the duplicate workbook transfers to the user initiating the operation. If not set, saved views are not copied.