Multiple Leads by List ID API Call not working

Anonymous
Not applicable

Multiple Leads by List ID API Call not working

The fields I am requesting in the following API call do not show up...am I doing something wrong? https://704-OQV-168.mktorest.com/rest/v1/list/2411/leads.json?Fields={phone, title}
Tags (1)
2 REPLIES 2
Anonymous
Not applicable

Re: Multiple Leads by List ID API Call not working

It might be a syntax error. Please try this:
 https://704-OQV-168.mktorest.com/rest/v1/list/2411/leads.json?fields=phone,title
Anonymous
Not applicable

Re: Multiple Leads by List ID API Call not working

Worked!

Actually, I had tried without the brackets as well. Turns out my capital 'F' was the culprit (I thought case didn't matter). 

Thanks Murtza!