Community
Discussions
Ideas
Community Blogs
Marketo User Groups (MUGs)
Support
Case Management
Knowledgebase
Product Documentation
Developer Portal
Training
Sign In
Re: Can we extract the data using smart list?
Topic Options
Subscribe to RSS Feed
Mark Topic as New
Mark Topic as Read
Float this Topic for Current User
Bookmark
Subscribe
Printer Friendly Page
Anonymous
Not applicable
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
07-07-2014
10:57 AM
07-07-2014
10:57 AM
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)
Tags:
apis
All forum topics
Previous Topic
Next Topic
4 REPLIES
4
Jep_Castelein2
Level 10
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
07-07-2014
11:06 AM
07-07-2014
11:06 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
07-07-2014
01:37 PM
07-07-2014
01:37 PM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-15-2014
11:54 AM
08-15-2014
11:54 AM
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
Mark as New
Bookmark
Subscribe
Mute
Subscribe to RSS Feed
Permalink
Print
Report Inappropriate Content
08-15-2014
12:06 PM
08-15-2014
12:06 PM
Re: Can we extract the data using smart list?
Yes. You just pass id of static list to that endpoint.