Hi
I randomly noticed that /api/v2/organizations do not include soft deleted entries.
When i queried /api/v1/organizations it used to include soft deleted entries, which used to be active_flag = False if i remember correctly. However /api/v2/organizations do not include soft deleted entries, which should be presented as is_deleted = True.
Is there a possibility to also include soft deleted to /api/v2/organizations ? Documentation does not have any parameter for that and also pipedrive api v1 to v2 migration guide did not include this.
Using /api/v2/organizations/{id} , I can see the entries, but i do not know the ID’s.
All the best