Link to home
Start Free TrialLog in
Avatar of Jeffrey Dake
Jeffrey DakeFlag for United States of America

asked on

Figuring out static list id in marketo

I am using the rest api in marketo and trying to use the filter (http://developers.marketo.com/rest-api/bulk-extract/bulk-lead-extract/#filters) for the staticListId.  I would like a user to be able to just plugin the list id however I am having trouble finding the id of the list in marketo.  I have found the name and a unique string, but this claims it should be an integer.  Anyone know where the actual id is?

Thanks
ASKER CERTIFIED SOLUTION
Avatar of Nichole LaRue
Nichole LaRue
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Jeffrey Dake
Jeffrey Dake
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Just a quote in case the site disappears one day.

When you are in your list look up at the URL, it should look something like this;

https://my-app.marketo.com/#ST1234A1
The bit we care about is #ST1234A1, here is a breakdown of what this means;

We can ignore the #.
ST stands for static list – We can ignore this.
1234 is the list ID – This is the thing we want.
A1 is the tab in the UI – We can ignore this.
1234 is our List ID, now go forth and conquer. (or go fifth, I don’t care).