Skip to main content
January 4, 2016
Risolto

getMultipleLeads by Program ID via SOAP

  • January 4, 2016
  • 2 risposte
  • 1283 visualizzazioni

I see this is available via rest:

   Get Multiple Leads by Program Id » Marketo Developers

I need to do the same via SOAP (all our other integration is soap-based).

Is there a way?

thx

Questo argomento è stato chiuso alle risposte.
Migliore risposta di Kenny_Elkington

Hi Jeff,

There is no explicit way to do this via SOAP.  You could getLeadActivity or getLeadChanges to retrieve the Change Status in Progression activity.  This will get you a list of IDs and the programs which they are members of, but this requires ETLing the whole list of activities for a given period of time, and correlating them to the programs and leads identified that way.

2 risposte

Kenny_Elkington
Adobe Employee
Adobe Employee
January 5, 2016

Hi Jeff,

There is no explicit way to do this via SOAP.  You could getLeadActivity or getLeadChanges to retrieve the Change Status in Progression activity.  This will get you a list of IDs and the programs which they are members of, but this requires ETLing the whole list of activities for a given period of time, and correlating them to the programs and leads identified that way.

January 11, 2016

Thanks Kenny for the alternative approach. Unfortunately our activity volume is huge and would make the approach too inefficient.

We'll have to support the two api technologies. ugh

-jeff