Change log

API Change
Resource API Changes to GET /map

The table below lists some changes
(Refer to the API documentation for all changes)

Response A collection (array) of markers. It does not contain nested endpoints
Pagination may be required to get all the markers
Bounding lat-long rectangle filter Markers can be filtered by a bounding rectangle of latFrom, longFrom (lower left corner) to latTo, longTo (upper right corner)
All four values are required if markers within the bounding rectangle are to be returned
markerKey, markerType, private These can be used collectively to determine the icon to be displayed on the map
geoSpatialData The default data can be used to show the location of the endpoint in case multiple (disjoint) areas are available for the endpoint
markerUrl Request URL for the marker to get detailed information about the marker when it is selected
status For markers of type charger, the status is the overall status depending on the status of the associated sockets
mixed status is returned if the associated sockets are in different states
Back