getDeletedRecordIds Method

getDeletedRecordIds Method

Purpose

You can use the getDeletedRecordIdsmethod to retrieve the list of IDs of deleted records from recylce bin.

Request URL

XML Format:
https://crm.zoho.com/crm/private/xml/<Module>/getDeletedRecordIds?authtoken=Auth Token&scope=crmapi

JSON Format:
https://crm.zoho.com/crm/private/json/<Module>/getDeletedRecordIds?authtoken=Auth Token&scope=crmapi

Request Parameters

ParameterData TypeDescription
authtoken*StringEncrypted alphanumeric string to authenticate your Zoho credentials.
scope*StringSpecify the value as crmapi.
fromIndexIntegerDefault value - 1
toIndexIntegerDefault value - 20
Maximum range value - 200
[Maximum range value = toIndex - fromIndex]
lastModifiedTimeyyyy-MM-dd HH:mm:ssDefault value: null
If you specify the time, created/modified data will be fetched after the configured time.

* - Mandatory parameter

Sample Response

This sample response is to view the deleted records in Potentials module:

<response uri="/crm/private/xml/Potentials/getDeletedRecordIds">
<result>
<DeletedIDs>
1000000065001,1000000037041,1000000037027,1000000026001
</DeletedIDs>
</result>
</response>

Share this post : FacebookTwitter

Still can't find what you're looking for?

Write to us: support@zohocrm.com