The camera map
The camera map
Gives all cameras within the specified coordinates If there are too many cameras in the map area, then server clustering will occur
In a request, when cameras are grouped, there is a key
field that can be sent in the request VMS Admin/Working with cameras/Displaying cameras/Search in the cluster_key
field to get a paginated list of cameras within a given cluster.
GET /api/admin/v1/map/cameras/ |
Parameters
numeric
bottom_left_latitude, Latitude coordinate of the bottom left point
numeric
bottom_left_longitude, Longitude coordinate of the bottom left point
numeric
top_right_latitude, Latitude coordinate of the top right point
numeric
top_right_longitude, Longitude coordinate of the top right point
int
zoom, Current zoom level on the map
array
statuses, Camera status. Possible values (active, inactive, partial, initial, empty)
200 |
Successful response with clustering
JSON
|
200 |
JSON
|
401 |
Authorization token not sent or not valid |