Maps The SVG maps use ReST to populate their data. This is the interface for doing that. GETs (Reading Data) 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, etc.) for the map with the given ID. POSTs (Adding Data) Resource Description /maps Add a map. PUTs (Modifying Data) Resource Description /maps/{id} Update the properties of the map with the given ID. DELETEs (Removing Data) Resource Description /maps/{id} Delete the map with the given ID. KSC Reports Measurements API