Get count of
a number of presentations in a Zoho Show account.
Request URL :
XML :
http://show.zoho.com/api/private/xml/presentations/count?apikey=[API
Key]&ticket=[Ticket]
JSON :
http://show.zoho.com/api/private/json/presentations/count?apikey=[API
Key]&ticket=[Ticket]
Response fields
The
schema document for the API response is located at: http://show.zoho.com/schema/api/presentationscount.xsd
Field
|
Description
|
ownerName
|
Name of the user having his account with Zoho
Show.
|
presentationsCount
|
Number of presentations in the users' Zoho
Show account.
|
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/presentations/count">
<result>
<presentations>
<ownerName>geetha</ownerName>
<presentationsCount>2</presentationsCount>
</presentations>
</result>
</response>
Equivalent JSON
response
{
"response":
{
"uri": "/api/private/json/presentations/count",
"result":
{
"presentations":
{
"ownerName":"geetha",
"presentationsCount":"2"
}
}
}
}
Errors
Displaying count of number of presentations for a
user method may return general & input errors.