List all devices within geographic bounding box

List all devices with last known coordinates within the geographic bounding box described by top_left_coordinate and bottom_right_coordinate. The top left coordinate is expected to be the northwestern-most coordinate. A coordinate must be a valid WSG84 compatible latitude longitude pair in the form <latitude>,<longitude>. Valid latitudes and longitudes are parsable from the strings as floating point values, and are between -90 and 90 for latitudes and -180 and 180 for longitudes.

Log in to see full request history
Path Params
string
required

The WSG84 compatible coordinate pair in the form latitude,longitude describing the top left, or northwestern-most, coordinate of the bounding box

string
required

The WSG84 compatible coordinate pair in the form latitude,longitude describing the bottom right, or southeastern-most, coordinate of the bounding box

Query Params
integer
≥ 1
Defaults to 1

Page number for pagination

integer
1 to 100
Defaults to 20

Number of items per page

Responses

401

You are not authorized

404

The item you were looking for does not exist

500

An unexpected error was encountered.

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json