Page 1 of 1

Proper syntax for using Where clause in a rest query on a pointer column

Posted: Tue Dec 22, 2015 4:47 am
by RakeshMalik

I'm trying to figure out how to filter on a column using a where clause in a rest service. I'm not sure what the syntax should be here. I'm querying on a collection that has a pointer to another question, and I'm trying to filter on that pointer. I have the id of the appropriate record from the second collection, but I'm not sure what the correct syntax is for using that in a where clause.
Thanks!


Proper syntax for using Where clause in a rest query on a pointer column

Posted: Tue Dec 22, 2015 7:42 am
by Serhii Kulibaba

Hello Rakesh,

Please look at this link: https://devcenter.appery.io/documenta...


Proper syntax for using Where clause in a rest query on a pointer column

Posted: Sun Dec 27, 2015 6:43 am
by RakeshMalik

Thanks, that got me to the info I needed!