Show - REST API Methods > Show - Public APIs > Get entire content of a public presentation

Get entire content of a public presentation

Tags:  



Get content of a public presentation.


Request URL:

                            XML : http://show.zoho.com/api/public/xml/content/[presentationId]?apikey=[API Key]

                            JSON : http://show.zoho.com/api/public/json/content/[presentationId]?apikey=[API Key]


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 the public presentation.
presentationName
Name of the public presentation whose content in HTML format is being listed.
ownerName
Displays the Email ID/Zoho ID of the presentation owner, i.e., the account from which the presentation is created
publicUrl
URL of the public presentation whose HTML content is being listed.
embedUrl
Embed public presentation into your website by using the iframe code snippet.


Sample Response

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


<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/public/xml/content/3000000005001">
<result>
  <publicPresentation>
      <presentationId>4000000000124</presentationId>
      <presentationName>industrysector</presentationName>
      <ownerName>geetha</ownerName>
      <publicUrl>http://show.zoho.com/public/geetha/industrysector</publicUrl>
      <embedUrl>
          <iframe src=http://show.zoho.com/ViewURL.sas?USER=geetha&DOC=industrysector&IFRAME=yes height='370' width='480' name=inventions scrolling=no frameBorder='0'></iframe>
      </embedUrl>
     
  </publicPresentation>
</result>
</response>


Equivalent JSON response


{
    "response":
    {
        "uri": "/api/public/json/content/4000000000124",
        "result":
        {
            "publicPresentation":
            [
                    {
                        "
presentationId":"4000000000124",
                        "presentationName":"industrysector",
                        "ownerName":"geetha",
                        "publicUrl":"http://show.zoho.com/public/geetha/industrysector",
                        "embedUrl":"<iframe src=http://show.zoho.com/ViewURL.sas?USER=geetha&DOC=industrysector&IFRAME=yes height='370' width='480' name=inventions scrolling=no frameBorder='0'></iframe>"
                       
                    }
                ]
       }
    }
}




Errors


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


 RSS of this page