Can we extract the data using smart list?

Anonymous
Not applicable

Can we extract the data using smart list?

We have devloped a Marketo Connector using SOAP API and are using getMultipleLeads SOAP API call to extract multiple leads. can we use smart as a lead selector?
Tags (1)
4 REPLIES 4
Jep_Castelein2
Level 10

Re: Can we extract the data using smart list?

you can use a (static) List, but not a Smart List. Specify the ID of the static list in your call
Anonymous
Not applicable

Re: Can we extract the data using smart list?

Jep is correct. You could also use the REST API for getMultipleLeads by List ID. 

http://developers.marketo.com/documentation/rest/get-multiple-leads-by-list-id
Anonymous
Not applicable

Re: Can we extract the data using smart list?

Thank You. follow-up question can we use static list for bulk extraction?
Anonymous
Not applicable

Re: Can we extract the data using smart list?

Yes. You just pass id of static list to that endpoint.