v1
latestOpenAPI 3.0.32026-08-061874701.5 MBGet sheet publish status
Gets the sheet's 'Publish' settings.
Response
OK
Indicates who can access the 'Read-Only Full' view of the published sheet:
- ALL - available to anyone who has the link.
- ORG - available only to members of the sheet owner's Smartsheet organization account.
- SHARED - available only to users shared to the item.
Only returned in the response if readOnlyFullEnabled = true.
Indicates which view the user has set for a read-only, default view of the published sheet. Must be one of the listed enum values.
If true, a rich version of the sheet is published with the ability to download row attachments and discussions.
Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar.
If true, a lightweight version of the sheet is published without row attachments and discussions.
Indicates who can access the 'Edit by Anyone' view of the published sheet:
- ALL - available to anyone who has the link.
- ORG - available only to members of the sheet owner's Smartsheet organization account.
- SHARED - available only to users shared to the item.
Only returned in the response if readWriteEnabled = true.
Indicates which view the user has set for a read-write, default view of the published sheet. Must be one of the listed enum values.
If true,a rich version of the sheet is published with the ability to edit cells and manage attachments and discussions.
Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar.