v1

latestOpenAPI 3.0.32026-08-061874701.5 MB
sheets

Get sheet publish status

Gets the sheet's 'Publish' settings.

get/sheets/{sheetId}/publish

Response

OK

readOnlyFullAccessibleBy'ALL' | 'ORG' | 'SHARED'

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.

readOnlyFullDefaultView'CALENDAR' | 'CARD' | 'GRID'

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.

readOnlyFullEnabledboolean

If true, a rich version of the sheet is published with the ability to download row attachments and discussions.

readOnlyFullShowToolbarboolean

Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar.

readOnlyLiteEnabledboolean

If true, a lightweight version of the sheet is published without row attachments and discussions.

readWriteAccessibleBy'ALL' | 'ORG' | 'SHARED'

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.

readWriteDefaultView'CALENDAR' | 'CARD' | 'GRID'

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.

readWriteEnabledboolean

If true,a rich version of the sheet is published with the ability to edit cells and manage attachments and discussions.

readWriteShowToolbarboolean

Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar.