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?
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?
Hi Doug,
You can create request parameter "where" with json value. For example, {user:"admin"}, then the response will be filtered.
Perfect, thanks!