Skip to main content
GET
/
v1
/
entities
/
{entityId}
/
locations
/
{locationId}
Retrieve a Location for an Entity
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
}

Authorizations

Authorization
string
header
required

Access Token Authentication

Path Parameters

entityId
string<uuid>
required

The id of the Entity

locationId
string<uuid>
required

The id of the location

Response

OK

The location of an Entity

id
string<uuid>
required

The Id

label
string | null
required

The label

latitude
number
required

The latitude

longitude
number
required

The longitude