Matches objects with member values that equal any item of the provided list.
Example Requests
Description | Endpoint |
---|---|
Find all Events where the value of the status element is either shipped or delivered : | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter=elems.status IN ["shipped","delivered"]' |
Find all Cloud Actions where the value of the destination element is either /acme/myFirstStream or /acme/mySecondStream : | curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/action/<stream_id>' 'filter=destination IN ["/acme/myFirstStream","/acme/mySecondStream"]' |