Last activity date on Leads

Anonymous
Not applicable

Last activity date on Leads

If last activity date on Leads is something that you track in Marketo in Lead Tables?  Is this available through API? (or) Is this something you have to query the Lead Activity table in Marketo for a given lead and sort by date?

Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Last activity date on Leads

SOAP API's getLeadActivity would be an option.

One the attributes in the XML response is
<activityDateTime>2013-12-06T08:44:28-05:00</activityDateTime>

You can then relate the results to getMultipleLeads to identify each lead.