v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
dashboards

Copy dashboard

Creates a copy of the specified dashboard.

post/sights/{sightId}/copy

Path parameters

sightIdstring required

ID of the dashboard (sight) being accessed.

Headers

Authorizationstring

API Access Token used to authenticate requests to Smartsheet APIs.

Content-Typestring

Required for POST and PUT requests. Defines the structure for the request body.

Request body

destinationIdnumber required

The ID of the destination container.

destinationType'folder' | 'home' | 'workspace' nullable

Type of destination container.

The "home" enum is Deprecated since March 25, 2025, and will be removed.

newNamestring

Name of the newly created object (when copying a dashboard, folder, or sheet).

Response

Result object containing a dashboard with a subset of attributes for the newly created dashboard.

message'PARTIAL_SUCCESS' | 'SUCCESS'

Message that indicates the outcome of the request. (One of SUCCESS or PARTIAL_SUCCESS.)

resultCode0 | 3
  • '0' Success
  • '3' Partial Success of Bulk Operation

Example response

{
  "message": "SUCCESS"
}