Re: Lead Activity history

Anonymous
Not applicable

Lead Activity history

Hi

any ideas on how to export the all Activity History for every lead in your lead database or leads from smart list using SOAP API?  Support team wasn't able to help me with it as well as the professional services team.

Thank you - Marija
Tags (1)
4 REPLIES 4
Anonymous
Not applicable

Re: Lead Activity history

If you have a table with all of your leads couldn't you just use the marketo api to "getLeadActivity" for all the records. Not sure about pulling for all leads at one time. Sorry, not an API expert! 
Kenny_Elkington
Marketo Employee

Re: Lead Activity history

Hey Marija,

You'll want to use getLeadChanges for this.  You can set a specific timeframe for activities, and then page through all of the results for that timeframe.  Once this is complete, you can push the timeframe forward and then page through that until you've grabbed all of your lead activity.
Anonymous
Not applicable

Re: Lead Activity history

Thank you for your replies. Does marketo have any documentation on how to set up "getLeadChanges"?
Anonymous
Not applicable

Re: Lead Activity history

I'm not claiming to be an expert here (in fact, I haven't built out any APIs). But looking around at this issue myself, I did find this for "getLeadChanges" documentation.
getLeadChanges » Marketo Developers