cURL
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>" }
Returns a single Location based on the locationId passed.
OK
Was this page helpful?