GET [root]/maps
This endpoint returns a summary list of map schemas that have been configured for the server.
Response Type
application/json
Example URL
Parameters
No Parameters.
Example Results
[
{
"key": "DEFAULT",
"name": "Default Map"
}
]