cURL
curl --request GET \ --url https://api.traxes.io/connect/v1/entities/{entityId}/locations/{locationId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "label": "<string>", "latitude": 123, "longitude": 123 }
Retrieve the details of a single Location for a given Entity
Access Token Authentication
The id of the Entity
The id of the location
OK
The location of an Entity
The Id
The label
The latitude
The longitude
Was this page helpful?