v1

latestOpenAPI 3.0.12026-07-24285462499.1 KB
predefined-locations

Get list of predefined locations

Gets paginated list of predefined locations

get/configuration/predefined-locations

Query parameters

page_idstring

identifier of the next page of subscriptions

pageSizeinteger

pageSize

identifiersstring[]

Comma-separated list of identifiers to filter by

Response

OK

nextPageIdstring nullable

Example response

{
  "content": [
    {
      "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
    }
  ]
}