Duplicate a sheet
Creates a copy of a sheet including all its data within the same workbook
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
sheetId
ID of sheet to duplicate
Headers
X-Disable-Hooks
Request
This endpoint expects an object.
name
Custom name for the duplicated sheet. Defaults to “Copy of [original name]”
slug
Custom slug for the duplicated sheet. Defaults to “[original slug]-copy-[timestamp]”
Response
This endpoint returns an object.
data
A place to store tabular data