v1

latestOpenAPI 3.0.12026-07-243686491.1 MB
Country Areas

Retrieve a country area.

get/api/v1/country-areas/{id}

Path parameters

idinteger required

Response

Country area with provided id

idinteger required

Id of the country area

countryIdinteger required

Id of the country for the country area

namestring required

Name of the country area

externalIdstring nullable

The external id of the country area

level'bidding-area' | 'dso' | 'tso' | 'other' required

Example response

{
  "id": 1,
  "countryId": 194,
  "name": "United Kingdom",
  "externalId": "GB"
}