Plans on the map
Plans map
Returns all plans within the specified coordinates. If there are too many plans in the map area, then server clustering will occur.
Permission for this request - map-index
In the request, when plans are grouped, there is a key field, which can be sent in the request VMS Client/Maps/Plans/List of plans in the cluster_key field to get a paginated list of cameras within this cluster
GET /api/v1/map/maps/ |
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
200 |
Successful response with clustering
JSON
|
200 |
Successfull resposne without clustering
CODE
|
401 |
Authorization token not sent or not valid |