CONTAINS

Matches objects with a list member whose values contain all items of the provided list.

Example Requests

DescriptionEndpoint
Find all Events where the value of the ingredients element contains vodka:curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter=elems.ingredients CONTAINS ["vodka"]'
Find all Events where the value of the ingredients element contains both vodka AND gasoline:curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>?filter=elems.ingredients' -d 'CONTAINS ["vodka","gasoline"]'