Maps

The SVG maps use REST to populate their data. This is the interface for doing that.

GETs (reading data)

Maps API GET functions
Resource Description

/maps

Get the list of maps.

/maps/{id}

Get the map with the given ID.

/maps/{id}/mapElements

Get the elements (nodes, links, and so on) for the map with the given ID.

POST (adding data)

Maps API POST function
Resource Description

/maps

Add a map.

PUT (modifying data)

Maps API PUT function
Resource Description

/maps/{id}

Update the properties of the map with the given ID.

DELETE (removing data)

Maps API DELETE function
Resource Description

/maps/{id}

Delete the map with the given ID.