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!