Retrieve a command by messageId to check status
GET
/devices/id/getRtkCommand
Authorizations
ApiKeyAuth
TypeAPI Key (header: Authorization)
Parameters
Path Parameters
id*
device id
Typenumber
Requiredformat
integer
Query Parameters
messageId*
messageId of the command to retrieve
Typenumber
Requiredformat
Responses
Body (JSON)
application/json
JSON
{
"deviceId": 0,
"messageId": 0,
"commandType": 0,
"created": "string",
"sent": "string",
"receivedAck": "string",
"payload": "string",
"response": "string",
"id": 0
}
GET
/devices/id/getRtkCommand