Endpoint: GET /api/collections/locations/records
{
"items": [
{ "id": "loc1", "name": "Rivendell" },
{ "id": "loc2", "name": "Mordor" }
]
}
Endpoint: GET /api/collections/locations/records/{locationId}
{
"id": "loc1",
"name": "Rivendell",
"description": "Elven sanctuary"
}