Get Device Reports (Uptime, Applet Commands)
GET {{baseUrl}}/v1/device/:deviceUid/report?createdSince=<string>&createdUntil=<string>
Get all device report files by deviceUid
.
Get Report files – historical data containing Device Applet commands, Applet Ready events, Connected/Disconnected actions.
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | device unique identification |
createdSince | Date | optional | get all reports since exact date (included) |
createdUntil | Date | optional | get all reports till exact date (excluded) |
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
createdSince | string | get all reports since exact date (included) | |
createdUntil | string | get all reports till exact date (excluded) |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[]