| |||||
show.getPresentations - Display the list of presentations.
| Field | Description |
| fromindex (optional) |
[scalar] - optional - Sets the initial presentation number from which the presentations will be listed. If there are 10 presentations & fromindex value is set to 3, the presentations will be listed from the 3rd presentation. |
| noofdocstoshow (optional) |
[scalar] - optional - Sets the number of presentations to be listed. If the value is set to 5, then no of presentations listed is 5. |
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/presentations.xsd">
<methodName>show.getPresentations</methodName>
<params>
<param>
<value>
<struct>
<member>
<name>fromindex</name>
<value><int>2</int></value>
</member>
<member>
<name>noofdocstoshow</name>
<value><long>6</long></value>
</member>
</struct>
</value>
</param>
</params>
</methodCall>
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/responsepresentations.xsd">
<presentation>
<presentation_name>Test</presentation_name>
<presentation_id>4000000046043</presentation_id>
<author_name>andywatkin@clickit.com</author_name>
<created_date>Mon, Sep 25, 2006</created_date>
<is_public>false</is_public>
<last_modifiedtime>30 minutes ago</last_modifiedtime>
<slide_transitiontime>0</slide_transitiontime>
</presentation>
<presentation>
<presentation_name>testt</presentation_name>
<presentation_id>7000000046066</presentation_id>
<author_name>michellecollete@mail.com</author_name>
<created_date>Mon, Sep 15, 2006</created_date>
<is_public>true</is_public>
<last_modifiedtime>5 days ago</last_modifiedtime>
<slide_transitiontime>0</slide_transitiontime>
</presentation>
</methodResponse>