getLeadChanges API call only getting data for one day?

Anonymous
Not applicable

getLeadChanges API call only getting data for one day?

Hi,

We are using getLeadChanges() to get lead changes for a handful of Lead Activities. However, we are getting data for the day when the call is made and not all of the previous.. How do we get all the changes since a particular date/time? Let's say we want to get all lead sinces since Jan 01.2013, how would we do it?

Atul

Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: getLeadChanges API call only getting data for one day?

It's been awhile since I was deep in the API, but yeah, getLeadChanges() is specifically a call for changes in the last 24 hours, and operates on multiple leads.
There is a getLeadActivity() call that operates on a single lead at a time and gives you all activities, I think.