Retrieving history of changes on entities

Sometimes, you would want to look at the history of changes that happened to a particular entity. For instance, you might be interested in knowing the stages that a deal went through along with the timestamp.

Using Pipedrive REST APIs

The following endpoints can be used to view the updates that happened to Deals, Organizations, and Persons.

You can also make use of Recents API to list the changes happening since a particular timestamp across different entities (activity, activityType, deal, file, filter, note, person, organization, pipeline, product,stage, user)

Using custom approaches

In order to retrieve the history of changes on other entities, you can always persist webhook notifications or API results periodically through an integration platform or a middleware. This data can be used to track changes or perform time series analysis on data.

1 Like