Page 1 of 1

WHERE in LIST service

Posted: Wed Sep 11, 2013 5:53 pm
by Doug Black

I'm trying to create three separate lists from the same data collection. These lists will separate based on a value in a field (1,2,3).

Is there a way to do a WHERE statement in List service?


WHERE in LIST service

Posted: Wed Sep 11, 2013 6:45 pm
by Kateryna Grynko

Hi Doug,

You can create request parameter "where" with json value. For example, {user:"admin"}, then the response will be filtered.


WHERE in LIST service

Posted: Wed Sep 11, 2013 10:18 pm
by Doug Black

Perfect, thanks!