Question
Use REST API to get lead database changes (not activity changes)
I'm trying to synchronize two databases and I need to be able to get leads that have changed after a specified date. The Get Lead Changes endpoint applies to the activities of a lead and not the lead itself. As a worst case, I would need to get the entire list of leads and exclude unchanged value, but then I would run into the quota limit.
The SOAP API has a LeadKeySelector in the getMultipleLeads method for this purpose.