Skip to content

Get recent log events from rtk service

GET
/devices/id/getRecentRtkLogs

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

device id

Typenumber
Required
formatinteger

Responses

Request was successful
application/json
JSON
[
{
"id": 0,
"timestamp": "string",
"deviceId": 0,
"msgType": 0,
"baseStationId": 0,
"locationType": "string",
"accuracy": 0,
"lat": 0,
"lng": 0,
"linkQuality": 0,
"toAddress": "string",
"fromAddress": "string",
"info": "string"
}
]

Samples