Get Details of a Delete Record via API?
Hey there —
I'm currently using the watch API to allow our backend server to receive updates from Zoho and then propagate those changes elsewhere. Right now I'm trying to implement the ability for, when a record is deleted in the CRM, it is also deleted in other locations in other services that we have.
However, when the record is deleted, the API only sends over the record ID, which is not the ID I need in order to delete the record in other services. Instead, I have another ID as a field in the record that I would want to access by looking up the record via its Record ID. However, deleted records return undefined at the
https://www.zohoapis.com/crm/v2/{module}/{zohoID} endpoint.
Is there anyway for me to retrieve the details of a deleted record once it's deleted via an API?