getMultipleLeads by Program ID via SOAP | Community
Skip to main content
January 4, 2016
Solved

getMultipleLeads by Program ID via SOAP

  • January 4, 2016
  • 1 reply
  • 1272 views

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

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

1 reply

Kenny_Elkington
Kenny_ElkingtonAccepted solution
New Participant
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