SOLVED

Re: getMultipleLeads by Program ID via SOAP

Go to solution
Anonymous
Not applicable

getMultipleLeads by Program ID via SOAP

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

1 ACCEPTED SOLUTION

Accepted Solutions
Kenny_Elkington
Marketo Employee

Re: getMultipleLeads by Program ID via SOAP

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.

View solution in original post

2 REPLIES 2
Kenny_Elkington
Marketo Employee

Re: getMultipleLeads by Program ID via SOAP

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.

Anonymous
Not applicable

Re: getMultipleLeads by Program ID via SOAP

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