Info_SheetPublishSettings
Provides publish settings for Smartsheet sheets.
Columns
| Name | Type | References | Description |
| SheetId [KEY] | String | Unique identifier of the Smartsheet sheet. | |
| ReadOnlyFullEnabled | Boolean | Indicates if the 'Read-Only Full' view, with attachments and discussions, is published. | |
| ReadOnlyFullUrl | String | URL for the 'Read-Only Full' view; available if ReadOnlyFullEnabled is true. | |
| ReadOnlyFullAccessibleBy | String | Specifies who can access the 'Read-Only Full' view: ALL (anyone with the link), ORG (organization members), or SHARED (shared users); available if ReadOnlyFullEnabled is true. | |
| ReadOnlyFullDefaultView | String | Default view mode for 'Read-Only Full' view: CALENDAR, CARD, or GRID. | |
| ReadOnlyLiteEnabled | Boolean | Indicates if a lightweight 'Read-Only Lite' view, without attachments and discussions, is published. | |
| ReadOnlyLiteUrl | String | URL for the 'Read-Only Lite' HTML view; available if ReadOnlyLiteEnabled is true. | |
| ReadOnlyLiteSslUrl | String | SSL URL for the 'Read-Only Lite' view. | |
| ReadWriteEnabled | Boolean | Indicates if the 'Edit by Anyone' view, with editing capabilities, is published. | |
| ReadWriteUrl | String | URL for the 'Edit by Anyone' view; available if ReadWriteEnabled is true. | |
| ReadWriteAccessibleBy | String | Specifies who can access the 'Edit by Anyone' view: ALL (anyone with the link), ORG (organization members), or SHARED (shared users); available if ReadWriteEnabled is true. | |
| ReadWriteDefaultView | String | Default view mode for 'Edit by Anyone' view: CALENDAR, CARD, or GRID. | |
| IcalEnabled | Boolean | Indicates if an iCal feed is available for the sheet's calendar. | |
| IcalUrl | String | URL for the iCal feed of the sheet's calendar; available if IcalEnabled is true. |