| |||||
API Home >> Show >> API Reference >> Private
To restore a particular presentation from trash.
<form method="POST"
action="http://show.zoho.com/api/private/xml/restorepresentation/3000000002057?apikey=[APIKEY]&ticket=[Ticket]">
<input type="submit"
value="RestorePresentation" name="submit">
</form>
| Field | Description |
| presentationId | Unique ID associated with each presentation. |
| presentationName | Name of the presentation that is being restored from trash. |
<?xml version="1.0" encoding="UTF-8" ?>
<response uri="/api/private/xml/restorepresentation/3000000002057">
<result>
<presentationId>3000000002057</presentationId>
<presentationName>test</presentationName>
</result>
</response>
{
"response":
{
"uri": "/api/private/json/restorepresentation/3000000002057",
"result":
{
"presentationId":"3000000002057",
"presentationName":"test"
}
}
}