Show - Private APIs > APIs for GET Method > Get count of trashed presentations in a Zoho Show account

Get count of trashed presentations in a Zoho Show account

Tags:  



Get count of a number of trashed presentations in a Zoho Show account.


Request URL :

XML : http://show.zoho.com/api/private/ xml /trashedpresentations/count?apikey=[API Key]&ticket=[Ticket]

JSON : http://show.zoho.com/api/private/ json /trashedpresentations/count ?apikey=[API Key]&ticket=[Ticket]


Response fields

The schema document for the API response is located at: http://show.zoho.com/schema/api/trashedprescount.xsd

Field
Description
userName
Name of the user having his account with Zoho Show.
presentationsCount
Number of trashed 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/trashedpresentations/count" >
<result>
    <trashedPresentations>
        <userName> geetha </userName>
        <presentationsCount> 1 </presentationsCount>
    </trashedPresentations>
</result>
</response>


Equivalent JSON response


{
    "response":
    {
        "uri": "/api/private/json/trahsedpresentations/count"
        "result":
    {
        "trashedPresentations":
        {
            "userName ": "geetha ",
            "presentationsCount": "1"
        }
    }
    }
}



Errors


Displaying count of number of trashed presentations for a user method may return general & input errors .
 


 RSS of this page