getLeadChanges API call only getting data for one day? | Community
Skip to main content
March 21, 2013
Question

getLeadChanges API call only getting data for one day?

  • March 21, 2013
  • 1 reply
  • 853 views
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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

March 22, 2013
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.