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