SOLVED

REST API getLeadActivity

Go to solution
Anonymous
Not applicable

REST API getLeadActivity

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. 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: REST API getLeadActivity

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.
 

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: REST API getLeadActivity

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.
 
Anonymous
Not applicable

Re: REST API getLeadActivity

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.