Skip to content

Queries messages of device.

GET
/devices/id/messages

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
[
{
"config": "string",
"message": "string",
"mobileTerminated": true,
"created": "string",
"sent": "string",
"id": 0,
"deviceId": 0,
"userId": 0
}
]

Samples