Show - Private APIs > APIs for GET Method > Get entire content of the presentation

Get entire content of the presentation

Tags:  

 


Get entire content of a particular presentation.


Request URL:

                            XML : http://show.zoho.com/api/private/xml/content/[presentationId]?apikey=[API Key]&ticket=[Ticket]

                            JSON : http://show.zoho.com/api/private/json/content/[presentationId]?apikey=[API Key]&ticket=[Ticket]


Request parameters

Field
Description
version [optional]
Get the content of the presentation for a particular version. If no version is mentioned the last updated version content is displayed.


Response fields

The schema document for the API response is located at: http://show.zoho.com/schema/api/content.xsd

Field
Description
presentationId
Unique ID associated with each presentation.
presentationName
Name of the presentation whose content in HTML format is being listed.
presentationNameUrl
UrlName of the presentation.
ownerName
Displays the Email ID/Zoho ID of the presentation owner, i.e., the account from which the presentation is created
createdTime Displays the created date of the presentation
isPublic
Specifies the access privileges of the presentation. If "true" then presentation is available to public
lastModifiedBy
[string] - Specifies the name of the user who has last edited the presentation.
lastModifiedTimeDisplayString
[string] - Displays the last modified time of the presentation as string. Eg - 15 seconds ago
lastModifiedTime
[LongValue] - Displays the last modified time of presentation as long integer.
slideTransitionTime
The time interval in seconds between two slides in a presentation
lockedBy
Name of the user who has exclusively locked the shared presentation for editing.
presentationURL
Allows to view your presentation as a slide show.


Sample Response


The following is the sample XML response for the above method:


<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/private/xml/content/3000000005001">
<result>
  <presentation>
      <presentationId>3000000005001</presentationId>
      <presentationName>ajax</presentationName>
      <presentationNameUrl>ajax</presentationNameUrl>
      <ownerName>Gary</ownerName>
      <createdTime>Tue 03/27/07</createdTime>
      <isPublic>false</isPublic>
      <lastModifiedBy>Gary</lastModifiedBy>
      <lastModifiedTimeDisplayString>15 hours ago</lastModifiedTimeDisplayString>
      <lastModifiedTime>1787560980018</lastModifiedTime>
      <slideTransitionTime>0</slideTransitionTime>
      <lockedBy>none</lockeBy> 
      <presentationUrl>http://show.zoho.com/View.do?P_ID=[presentationId]&
          ticket=[Ticket]&THEME=blue_waves  
      </presentationUrl>
   </presentation>

  </result>
</response>


Equivalent JSON response


{
    "response":
    {
        "uri": "/api/private/json/content/3000000005001",
        "result":
        {
            "presentation":
            [
                    {
                        "
presentationId":"3000000005001",
                        "presentationName":"ajax",
                        "presentationNameUrl":"ajax",
                        "ownerName":"Gary",
                        "createdTime":"Tue 03/27/07",
                        "isPublic":"false",
                        "lastModifiedBy":"Gary",
                        "lastModifiedTimeDisplayString":"15 hours ago",
                        "lastModifiedTime":"1787560980018",
                        "slideTransitionTime":"0",
                        "lockedBy":"none",
        
                "presentationUrl": "http://show.zoho.com/View.do?
                                         P_ID=[presentationId]&ticket=[Ticket]&THEME=blue_waves"
                    }

            ]
       }
    }
}



Errors


Displaying content of a presentation method may return general & input errors.
 


 RSS of this page