WITHIN (bounding box)

Matches objects with an element location that lies within the specified bounding box. The provided bounding box must have at least three distinct points but more can be provided.

Example Requests

DescriptionEndpoint
Find all Events with a location element that lies within the bounds of points [40.703901,-73.996716],[40.704709,-73.979468],[40.694882,-73.984347]:curl 'https://octave-api.sierrawireless.io/v5.0/<company_name>/event/<stream_id>' -d 'filter=location WITHIN [[40.703901,-73.996716],[40.704709,-73.979468],[40.694882,-73.984347]]'