Matches objects with member values that evaluate to true, given the specified comparison to the value of another member.
Example Requests
Description | Endpoint |
---|---|
Find all Events where the value of the element length is less than or equal to the value of the element width : | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter=elems.length<=elems.width' |
Find all Streams where the value of the description member equals the value of the path member: | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event' -d 'filter=path=="description"' |