Skip to content

Queries transients of device.

GET
/devices/id/transients

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

device id

Typenumber
Required
formatinteger

Query Parameters

filter

JSON Filter object

Typestring
formatJSON

Responses

Request was successful
application/json
JSON
[
{
"type": 0,
"duration": 0,
"triggeredAt": "string",
"end": "string",
"sent": "string",
"sms": false,
"id": 0,
"deviceId": 0
}
]

Samples