v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
workspaces

Copy workspace

Copies a workspace.

Important: This operation doesn't copy cell history.

post/workspaces/{workspaceId}/copy

Query parameters

include'all' | 'attachments' | 'brand' | 'cellLinks' | 'data' | 'discussions' | 'filters' | 'forms' | 'ruleRecipients' | 'rules' | 'shares'

A comma-separated list of elements to include:

  • "all"
  • "attachments"
  • "brand"
  • "cellLinks" - includes cross-sheet references
  • "data" - includes formatting
  • "discussions" - includes comments
  • "filters"
  • "forms"
  • "ruleRecipients"
  • "rules"
  • "shares"

Important: This operation doesn't copy cell history.

skipRemap'cellLinks' | 'reports' | 'sheetHyperlinks' | 'sights'

A comma-separated list of references to NOT re-map for the newly created folder.

Headers

Content-Type'application/json' required

Defines the structure for the request body.

Request body

newNamestring

Name of the newly created workspace.

Response

Basic information about the new Workspace.

message'SUCCESS'

Message that indicates the request was successful.

resultCode0
  • '0' Success

Example response

{
  "message": "SUCCESS"
}