SOLVED

Re: Export smartlist using rest or soap

Go to solution
Anonymous
Not applicable

Export smartlist using rest or soap

 I'm looking to pull a  previously created smart list using the API's
I don't care if it's SOAP or REST I just need the smart list.
If not directly doable, round about ways are ok too...
Any advice would be appreciated.

TIA,
Chris
 

 
Tags (1)
1 ACCEPTED SOLUTION

Accepted Solutions
Anonymous
Not applicable

Re: Export smartlist using rest or soap

Hey Chris,
Using the Get Multiple Leads by Filter Type REST call, you can recreate the filters used in the Smart List within the call itself.

More information can be found here: http://developers.marketo.com/documentation/rest/get-multiple-leads-by-filter-type/

Alternatively, you can add these leads to a static list within Marketo and use the Get Multiple Leads by List Id call.

Best,
Will

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Re: Export smartlist using rest or soap

Hey Chris,
Using the Get Multiple Leads by Filter Type REST call, you can recreate the filters used in the Smart List within the call itself.

More information can be found here: http://developers.marketo.com/documentation/rest/get-multiple-leads-by-filter-type/

Alternatively, you can add these leads to a static list within Marketo and use the Get Multiple Leads by List Id call.

Best,
Will
Anonymous
Not applicable

Re: Export smartlist using rest or soap

Cool. Thanks Will!