Matches the description or displayName field in Events.
MATCHES only works on Events.
Example Requests
| Description | Endpoint |
|---|---|
Find all Events in the given Stream where the value of description field (part of elems) matches the regex /[cC]lojure/:NOTE: ID fields will not be searched, instead use one or more combined regex filters. | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter="MATCHES /[cC]lojure/"' |
