# Get sheet publish status Gets the sheet's 'Publish' settings. Endpoint: GET /sheets/{sheetId}/publish Version: 2.0.0 Security: APIToken, OAuth2 ## Path parameters: - `sheetId` (number, required) ID of the sheet being accessed. ## Header parameters: - `Authorization` (string) API Access Token used to authenticate requests to Smartsheet APIs. - `smartsheet-integration-source` (string) Uses the following metadata to distinguish between human-initiated API requests and third-party service-initiated calls by AI Connectors or ITSM: - Integration source type - Organization name - Integration source name Format: TYPE,OrgName,SourceName Examples: AI,SampleOrg,My-AI-Connector-v2 SCRIPT,SampleOrg2,Accounting-updater-script APPLICATION,SampleOrg3,SheetUpdater Example: "AI,SampleOrg,My-AI-Connector-v2" ## Response 200 fields (application/json): - `icalUrl` (any) URL for iCal view of the published sheet. Only returned in a response if icalEnabled = true. - `readOnlyFullUrl` (string) URL for 'Read-Only Full' view of the published sheet. Only returned in a response if readOnlyFullEnabled = true. - `readOnlyLiteSslUrl` (string) URL for 'Read-Only' view of the published sheet when SSL is enabled. - `readOnlyLiteUrl` (string) URL for 'Read-Only HTML' view of the published sheet. Only returned in a response if readOnlyLiteEnabled = true. - `readWriteUrl` (string) URL for 'Edit by Anyone' view of the published sheet. Only returned in a response if readWriteEnabled = true. - `icalEnabled` (boolean) If true, a webcal is available for the calendar in the sheet. - `readOnlyFullAccessibleBy` (string) 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. Enum: "ALL", "ORG", "SHARED" - `readOnlyFullDefaultView` (string) 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. Enum: "CALENDAR", "CARD", "GRID" - `readOnlyFullEnabled` (boolean) If true, a rich version of the sheet is published with the ability to download row attachments and discussions. - `readOnlyLiteEnabled` (boolean) If true, a lightweight version of the sheet is published without row attachments and discussions. - `readWriteAccessibleBy` (string) 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. Enum: "ALL", "ORG", "SHARED" - `readWriteDefaultView` (string) 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. Enum: "CALENDAR", "CARD", "GRID" - `readWriteEnabled` (boolean) If true,a rich version of the sheet is published with the ability to edit cells and manage attachments and discussions. - `readOnlyFullShowToolbar` (boolean) Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar. - `readWriteShowToolbar` (boolean) Indicates whether the left nav toolbar is displayed. The default, or true, is to display the toolbar. If false, hides the toolbar. ## Response default fields (application/json): - `refId` (string) The ID of the specific error occurrence. Please include this information when contacting Smartsheet support. - `errorCode` (number) Custom error code from Smartsheet. See the complete [Error Code List](/api/smartsheet/error-codes). - `message` (string) Descriptive error message.