Google Slides API (slides:v1)

2026-09-25

2 updated methods

Updates

    Methods
  • ▼ ▲ slides.presentations.get

      Parameters :

        commentsViewMode

          Enum Descriptions :

        • The CommentsViewMode is unspecified; COMMENTS_VIEW_MODE_OMITTED is applied.
        • The CommentsViewMode applied to the returned presentation 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 presentation has comments omitted.
        • The returned presentation has comments included. Requests to retrieve a presentation using this mode will return a 403 error if the user does not have permission to view comments.
        • Type : string

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

          Location : query

          Enum :

        • COMMENTS_VIEW_MODE_UNSPECIFIED
        • COMMENTS_VIEW_MODE_DEFAULT_FOR_CURRENT_ACCESS
        • COMMENTS_VIEW_MODE_OMITTED
        • COMMENTS_VIEW_MODE_INCLUDED

  • ▼ ▲ slides.presentations.pages.get

      Parameters :

        commentsViewMode

          Description : The comments view mode to apply to the page. This allows viewing the page 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 presentation 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 presentation has comments omitted.
        • The returned presentation has comments included. Requests to retrieve a presentation using this mode will return a 403 error if the user does not have permission to view comments.
        • Type : string

          Location : query

          Enum :

        • COMMENTS_VIEW_MODE_UNSPECIFIED
        • COMMENTS_VIEW_MODE_DEFAULT_FOR_CURRENT_ACCESS
        • COMMENTS_VIEW_MODE_OMITTED
        • COMMENTS_VIEW_MODE_INCLUDED