Get changelog information from multiple deals

In the deals section it possible to get the “changelog” information from a single deal (https://api.pipedrive.com/v1/deals/34129/flow?), would there be any way to get the changelog information from multiple deals at the same time?

Hey @Gabriel_Moraes I’m afraid this is not possible at the moment via API. However, depending on what you need you may consider checking out our webhooks, you can use them to get all changes done to all deals.

1 Like

@diego.mendez, thank you for the answer.

In order to get all changes done to deals through the webhooks option, I would only need the set the “event_action” select tag as “updated” and the “event_object” select tag as"deal"?

https://imgur.com/a/JdxFA

Thats exactly right @Gabriel_Moraes

@diego.mendez thank you!

1 Like