There’s no direct way to retrieve deleted persons. Unlike deals, which are kept with a status set on deleted, persons are actually deleted.
I’m afraid the only way to retrieve deleted persons is by contacting the support.
If you need to keep contacts idle or hidden in the future, I’d suggest creating a custom field called for example “idle” and using that instead of deleting the contact.
but it should be possible with the active_flag. When I try to export only a single person it’s possible.
v1/persons/{id}?api_token=
So I can’t understand why it should not be possible to get the all deleted ones. The problem is that we can’t update this field when the data is missing
Has nothing changed since 2018?
Still no way to get deleted persons using the API?
Can I get deleted entities using the API: persons, organizations, activities, notes, products, etc.?
Hi Andrey, still no change in retrieving deleted entities. You can only retrieve deleted Deals via API (or in the UI). Otherwise, contacting support is required.
It’s not technical difficulties, but design of use. Deleted items (besides Deals) aren’t meant to be found/restored which why they can’t be captured via API.
They also can’t be found in the UI unless you have the exact ID or something that historically links to them.
Any update on this issue?
My need is to find merged persons and organizations - as their status changes to deleted. Or is there any other way to find merged objects? Like A + B + C => A and merged objects of B and C id’s are xxxxb and xxxxc.
Is there seriously no way to list Persons who have been deleted? There is a delete_at attribute, but no way to filter on it nor access it (if it not null, it will not be in any response).
I have a bunch of Persons in my database that might need deleting as the webhooks have not been running. How do I determine which records can be deleted?