Get Slide Comments

Introduction

In Microsoft PowerPoint, comments on slides serve as a convenient way to exchange ideas, feedback, and remarks among presentation participants. You can use the following method to retrieve comments from a presentation slide.

GetSlideComments

API Information

API Type Description Resource
/slides/{name}/slides/{slideIndex}/comments GET Retrieves slide comments from a presentation saved in a storage. GetSlideComments

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file saved in a storage.
slideIndex integer path true The 1-based index of a presentation slide.
password string header false The password to open the presentation.
folder string query false The path to a folder containing the presentation.
storage string query false The name of the storage contaning the folder.

Examples

Get the number of comments on the first slide in the MyPresentation.pptx document saved in the default storage.

cURL Solution

SDK Solutions

SDKs

Check Available SDKs to learn how to add an SDK to your project.