Just wanted to know if there’s an API available that tells us which company records in a particular date range have been amended/removed/created?
The streaming API provides a real time feed of change data to the register.
By connecting to the streaming API, your system will receive an event whenever there is an update to a company or a new company formed.
You could use this to keep logs of changes to companies that you’re interested in.
In order to see what’s changed, you’ll need to store a copy of each company profile and diff the event with that.
1 Like
Thanks a lot @ebrian101