Skip to content

Trigger an alert now on the device

GET
/devices/id/queueRtkCmd_AlertNow

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

device id

Typenumber
Required
formatinteger

Query Parameters

alertValue*

Refer to documentation for structure of 4 byte alert value

Typenumber
Required
format

Responses

Body (JSON)
application/json
JSON
{
"deviceId": 0,
"messageId": 0,
"commandType": 0,
"created": "string",
"sent": "string",
"receivedAck": "string",
"payload": "string",
"response": "string",
"id": 0
}

Samples