Zoho - Trademark Blogs   Forums   Contact Us   Show Home   Toll Free : 888 900 9646
API METHOD - (< Back)

show.viewPresentation - Used to view an existing presentation.


Arguments


1. [struct] - required*

Containing Keys:

Field Description
presentationid

[scalar] - required* - Unique ID of the presentation to be viewed.

sharedby (optional) [scalar] - optional - Name of the presentation owner who has shared his presentation to others.

Sample call to show.viewPresentation

POST /interface/xmlrpc HTTP/1.0
Host: http://www.show.zoho.com/
Content-Type: text/xml
Content-Length:

<?xml version=\"1.0\" encoding=\"UTF-8\"?>

<methodCall xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://show.zoho.com/schema/viewpresentation.xsd">
    <methodName>show.viewPresentation</methodName>
        <params>
            <param>
                <value>
                    <struct>
                        <member>
                            <name>presentationid</name>
                            <value><long>6000004700452</long></value>
                        </member>
                        
<member>
                            <name>sharedby</name>
                            <value><string>username</string></value>
                        </member>
                    </struct>
                </value>
            </param>
        </params>
</methodCall>


Response


Sample return value for show.viewPresentation

HTTP/1.1 200 OK
Connection: close
Content-Length:

Content-Type: text/xml
Date: Wed 01 Nov 2006 23:45:59 GMT
Server: Apache/1.3.4 (Unix)

<methodResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://show.zoho.com/schema/responseviewpres.xsd">
    
    <presentation_name>How to make things work in your favour?</presentation_name>
        <presentation_id>6000004700452</presentation_id>
        <author_name>pedragmijatovic</author_name>
        <created_date>Thu, Jan 11, 2007</created_date> 
        <is_public>false</is_public> 
        <last_modifiedtime>7 days ago</last_modifiedtime> 
        <slide_transitiontime>0</slide_transitiontime> 
        <presentation_url>
                http://show.zoho.com/ViewURL?&ticket=USER=xyz&DOC=abc&IFRAME=no        
        </presentation_url>
</methodResponse>