Matches objects with member values that match the given modulo.
Example Requests
| Description | Endpoint |
|---|---|
| Find all Events where the counter is a multiple of 100: | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter=elems.counter % 100 == 0' |
