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