Organization custom field changelog not being fetched using .../Organizations/<org_id>/flow

I have a custom field created for organization. I can see its update on change log web interface. But when I am fetching the updates data using …/Organizations/<org_id>/flow, I am getting blank rows for object=organizationChange. In the data extract I could not find any orgnization field mentioned as ‘field_key’.
It will be very helpful if I get to extract changelog data for Organization.

Thanks,
Shruti

Hey @shrutil, you can achieve this with this call for example: https://api.pipedrive.com/api/v1/organizations/ORG_ID/flow?api_token=TOKEN&strict_mode=true&items=change%2Cparticipant%2Cfollower%2Cactivity%2Cdeal&all_changes=1&start=0&limit=50

Hope it helps!

1 Like

Thank you @diego.mendez, It is exactly what I want! :grinning: