REST API getLeadActivity | Community
Skip to main content
March 9, 2015
Solved

REST API getLeadActivity

  • March 9, 2015
  • 2 replies
  • 1099 views
Does the marketo REST api have a way to get a specific lead activity the SOAP service has getLeadActivity?

Is this going to be supported by the REST api, becuase this is critical use case if I want to use the REST api. 
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by
It is possible to get activities by activity type through the REST API:
http://developers.marketo.com/documentation/rest/get-lead-activities/

But it is not currently possible to specify a specific lead and then get the associated activities for that lead.
 

2 replies

Accepted solution
March 9, 2015
It is possible to get activities by activity type through the REST API:
http://developers.marketo.com/documentation/rest/get-lead-activities/

But it is not currently possible to specify a specific lead and then get the associated activities for that lead.
 
March 17, 2015
From a performance standpoint there are times when I need the data for just one lead vs pulling activity data. This is inefficient way to pull data for a lead. I would be very happy if this type of call makes it into a future iteration of the REST API.