Duplicate a sheet

Creates a copy of a sheet including all its data within the same workbook

Path parameters

sheetIdstringRequired

ID of sheet to duplicate

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

X-Disable-Hooks"true"Required

Request

This endpoint expects an object.
namestringOptional

Custom name for the duplicated sheet. Defaults to “Copy of [original name]”

slugstringOptional

Custom slug for the duplicated sheet. Defaults to “[original slug]-copy-[timestamp]”

Response

This endpoint returns an object.
dataobject

A place to store tabular data

Errors