Google Sheets API (sheets:v4)

2026-09-25

1 updated method

Updates

    Methods
  • ▼ ▲ sheets.spreadsheets.get

      Parameters :

        commentsViewMode

          Location : query

          Enum :

        • COMMENTS_VIEW_MODE_UNSPECIFIED
        • COMMENTS_VIEW_MODE_DEFAULT_FOR_CURRENT_ACCESS
        • COMMENTS_VIEW_MODE_OMITTED
        • COMMENTS_VIEW_MODE_INCLUDED
        • Type : string

          Description : The comments view mode to apply to the spreadsheet. This allows viewing the spreadsheet with comments omitted or included. If one is not specified, COMMENTS_VIEW_MODE_OMITTED is used. [Developer Preview](https://developers.google.com/workspace/preview).

          Enum Descriptions :

        • The CommentsViewMode is unspecified; COMMENTS_VIEW_MODE_OMITTED is applied.
        • The CommentsViewMode applied to the returned spreadsheet depends on the user's current access level. If the user only has view access, COMMENTS_VIEW_MODE_OMITTED is applied. Otherwise, COMMENTS_VIEW_MODE_INCLUDED is applied.
        • The returned spreadsheet has comments omitted.
        • The returned spreadsheet has comments included. Requests to retrieve a spreadsheet using this mode will return a 403 error if the user does not have permission to view comments.