Read Information about a Presentation
Introduction
The following method returns a JSON/XML representation of a presentation. The different representations of a presentation are basically the formats the presentation can be converted to. So, in order to achieve a conversion, all the user has to do is use one of the links.
API Information
API | Type | Description | Resource |
---|---|---|---|
/slides/{name} | GET | Reads information about a presentation. | GetPresentation |
Request Parameters
Name | Type | Location | Required | Description |
---|---|---|---|---|
name | string | path | true | The file name of the presentation. |
password | string | header | false | The password to open the presentation. |
folder | string | query | false | The folder path where the presentation file is located. |
storage | string | query | false | The storage name where the presentation file is located. |
In case of Amazon S3 storage folder path starts with Amazon S3 bucket name.
cURL Examples
Read information about a presentation Data/Sales.pptx from a Main storage.
SDK Examples
Read information about a presentation Data/Sales.pptx from a Main storage.
SDKs
Using an SDK (API client) is the quickest way for a developer to speed up the development. An SDK takes care of a lot of low-level details of making requests and handling responses and lets you focus on writing code specific to your particular project. Check out our GitHub repository for a complete list of Aspose.Slides Cloud SDKs along with working examples, to get you started in no time. Please check Available SDKs article to learn how to add an SDK to your project.