Skip to main content
October 14, 2014
Risolto

Export smartlist using rest or soap

  • October 14, 2014
  • 2 risposte
  • 1569 visualizzazioni

 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
 

 
Questo argomento è stato chiuso alle risposte.
Migliore risposta di
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

2 risposte

Risposta
October 14, 2014
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
October 14, 2014
Cool. Thanks Will!