Last activity date on Leads | Community
Skip to main content
December 5, 2013
Question

Last activity date on Leads

  • December 5, 2013
  • 1 reply
  • 1012 views

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?

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

1 reply

December 6, 2013
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.