Skip to main content
GET
/
api
/
Common
/
Locations
/
{locationId}
Retrieve a single Location.
curl --request GET \
  --url https://api.example.com/api/Common/Locations/{locationId}
{
  "geoNameID": 123,
  "name": "<string>",
  "countryCode": "<string>",
  "latitude": 123,
  "longitude": 123,
  "location": "<string>",
  "state": "<string>",
  "country": "<string>"
}

Path Parameters

locationId
integer<int32>
required

Response

200 - application/json

OK

geoNameID
integer<int64>
name
string | null
countryCode
string | null
latitude
number<double>
longitude
number<double>
location
string | null
state
string | null
country
string | null