get https://api.edgeiq.io/api/v1/platform/devices/in_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
Responses
401You are not authorized
404The item you were looking for does not exist
500An unexpected error was encountered.