Read Information about Master Slides

Introduction

Master slides contain the same fonts and images in one place for all slides in your presentation. When you edit a master slide, all slides that are based on that master slide will contain those changes. The following method allows you to read information of all master slides from a PowerPoint presentation.

GetMasterSlides

API Information

API Type Description Resource
/slides/{name}/masterSlides GET Reads information of master slides from a presentation. GetMasterSlides

Request Parameters

Name Type Location Required Description
name string path true The name of a presentation file.
password string header false The password to open the presentation.
folder string query false The path to the folder containing the presentation.
storage string query false The name of the storage contaning the folder.

In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.

Examples

Read titles of master slides from the document MyFolder/MyPresentation.pptx saved to the default storage.

cURL Solution

SDK Solutions

SDKs

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