EXISTS

Matches objects where the member or Event element exists and is not empty.

Example Requests

DescriptionEndpoint
Find all Events where the element title exists:curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter="EXISTS elems.title"'
Find all Streams where the member filter exists:curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/stream' -d 'filter="EXISTS filter"'