Query parameters
-
List of asset names to filter by, separated by commas
-
List of zones IDs to filter assets by, separated by commas
-
List of zones names to filter assets by, separated by commas
-
Number of items to return
Minimum value is
1, maximum value is100. Default value is10. -
Pagination token to get next page of items
GET
/asset-indoor-positions
curl \
--request GET 'http://{host}/api/v1/asset-indoor-positions' \
--header "x-api-key: $API_KEY"
Response examples (200)
{
"nextToken": "string",
"items": [
{
"position": {
"x": 42.0,
"y": 42.0,
"z": 42.0,
"accuracyRadius": 42.0,
"stationaryConfidence": 42.0,
"locatedAt": "2025-05-04T09:42:00Z",
"beaconMac": "string",
"networkId": "string"
},
"asset": {
"id": "string",
"name": "string"
},
"inZones": [
{
"enteredAt": "2025-05-04T09:42:00Z",
"zone": {
"id": "string",
"externalId": "string",
"name": "string",
"levelName": "string"
}
}
]
}
]
}
Response examples (400)
{
"statusCode": "string",
"id": "string",
"timestamp": "2025-05-04T09:42:00Z",
"title": "string",
"detail": "string",
"method": "string",
"path": "string",
"query": {},
"body": {}
}
Response examples (401)
{
"statusCode": "string",
"id": "string",
"timestamp": "2025-05-04T09:42:00Z",
"title": "string",
"detail": "string",
"method": "string",
"path": "string",
"query": {},
"body": {}
}
Response examples (403)
{
"statusCode": "string",
"id": "string",
"timestamp": "2025-05-04T09:42:00Z",
"title": "string",
"detail": "string",
"method": "string",
"path": "string",
"query": {},
"body": {}
}
Response examples (default)
{
"statusCode": "string",
"id": "string",
"timestamp": "2025-05-04T09:42:00Z",
"title": "string",
"detail": "string",
"method": "string",
"path": "string",
"query": {},
"body": {}
}