Hello,
Can I filter querys? Could you provide samples or a site where I can see syntax?
Thank you

Hello,
Can I filter querys? Could you provide samples or a site where I can see syntax?
Thank you
Hi @MarciaShey,
Response from SameerCh at 09-22-2016 02:50 PM in the following thread Reference:
For ODATA semantics you can look up the docs at odata.org. And you shouldn't be providing the query parameter name($filter), just the expression.
For a workable example, please see:
The syntax for the Filter Query should be:
FieldName(the Name property fo the Fields) operator Value (should be single quoted)
Text eq 'Testing'
You may take a look from the SharePoint OData Query for the Operators:
Use OData query operations in SharePoint REST requests
Regards,
Michael