l4i
...
Connections
Microsoft SharePoint (On Premi...

Filters

4min
many of the sharepoint methods allow a filter input parameter to be defined this will filter the results of the method to only items that match the criteria specified the format of the filter expressions follows the microsoft sharepoint api format, except omit the $filter= portion of the filter string as this is implied by l4i the following string comparisons are supported string comparison notes startswith starts with substringof substring match eq equal ne not equal the following numeric comparisons are supported numeric comparison notes lt less than le less than or equal gt greater than ge greater than or equal eq equal ne not equal the following string comparisons are supported string comparison notes startswith starts with substringof substring match eq equal ne not equal the following numeric comparisons are supported numeric comparison notes lt less than le less than or equal gt greater than ge greater than or equal eq equal ne not equal the following string comparisons are supported string comparison notes startswith starts with substringof substring match eq equal ne not equal the following numeric comparisons are supported numeric comparison notes lt less than le less than or equal gt greater than ge greater than or equal eq equal ne not equal some examples are filter parameter result title eq 'readme' returns only items whose title equals readme startswith(title,'t') returns only items whose title start with the letter t