MoveSheet
Relocate a sheet to a new folder, home directory, or workspace for better accessibility.
Input
| Name | Type | Required | Description |
| SheetId | String | True | The unique identifier of the sheet to be relocated within Smartsheet. |
| DestinationType | String | True | Specifies the target container type for the sheet relocation. Valid values include 'folder', 'home', or 'workspace'. |
| DestinationId | String | False | The unique identifier of the target container for the sheet relocation. Mandatory if 'DestinationType' is 'folder' or 'workspace'. If 'DestinationType' is 'home', this value must be null. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates if the sheet was successfully moved to the specified destination (True or False). |