Skip to main content
March 9, 2015
Risolto

REST API getLeadActivity

  • March 9, 2015
  • 2 risposte
  • 1116 visualizzazioni
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. 
Questo argomento è stato chiuso alle risposte.
Migliore risposta di
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 risposte

Risposta
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.