v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
predefined-locations

Get predefined location by id

Gets predefined location by id

get/configuration/predefined-locations/{id}

Path parameters

idstring uuid required

Response

Predefined location found by id

idstring uuid
countrystring
regionstring
regionAbbrstring
countryCodestring
citystring
addressstring
postalCodestring
titlestring
identifierstring
latnumber
lngnumber

Example response

{
  "country": "Switzerland",
  "region": "Canton of Bern",
  "regionAbbr": "CH-BE",
  "countryCode": "CH",
  "city": "Bern",
  "address": "Kramgasse 49",
  "postalCode": "3011",
  "title": "Bern Shop #1 (Einstein Haus)",
  "identifier": "BE-Einstein_House-1",
  "lat": 46.947807,
  "lng": 7.4474266
}