Get updates about custom fields of organization

Hello,

I am using this API endpoint to get updates about the organization.
https://developers.pipedrive.com/docs/api/v1/#!/Organizations/get_organizations_id_flow

It returns updates about the changes in the fields, but it does not provide updates about the custom field.

am I missing something in configuration?

Regards,
Rakesh

Hi Rakesh,

By default, that is correct, custom field changes aren’t added, but what GET parameters are you passing? I believe if you add ?all_changes=1, then Custom Fields will be included as well.