Can we extract the data using smart list? | Community
Skip to main content
July 7, 2014
Question

Can we extract the data using smart list?

  • July 7, 2014
  • 4 replies
  • 1119 views
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?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Jep_Castelein2
Level 10
July 7, 2014
you can use a (static) List, but not a Smart List. Specify the ID of the static list in your call
July 7, 2014
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
August 15, 2014
Thank You. follow-up question can we use static list for bulk extraction?
August 15, 2014
Yes. You just pass id of static list to that endpoint.