Get Information about Slides
Contents
[
Hide
]
Introduction
This article describes methods to get basic information about slides from a PowerPoint presentation.
GetSlides
API Information
API | Type | Description | Resource |
---|---|---|---|
/slides/{name}/slides | GET | Retrieves basic information about slides from a presentation saved in a storage. | GetSlides |
Request Parameters
Name | Type | Location | Required | Description |
---|---|---|---|---|
name | string | path | true | The name of a presentation file saved in a storage. |
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 references to slides from the /MyFolder/MyPresentation.pptx document saved in the MyStorage storage.
cURL Solution
SDK Solutions
GetSlide
API Information
API | Type | Description | Resource |
---|---|---|---|
/slides/{name}/slides/{slideIndex} | GET | Retrieves basic information about a slide from a presentation saved in a storage. | GetSlide |
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 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 reference to the second slide from 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.