v1
latestOpenAPI 3.0.32026-08-061874701.5 MBdashboards
Move dashboard
Moves the specified dashboard to a new location.
post/sights/{sightId}/move
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
Response
Result object containing a Dashboard object with a subset of attributes for the moved dashboard.
Example response
{
"message": "SUCCESS"
}