Get Applet Commands
GET {{baseUrl}}/v1/device/:deviceUid/applet/command
Get all device applet commands by deviceUid.
Max allowed page size is 200
Device applet commands are available for the previous 3 days. Historical data of all commands is available as ZIP dump at Get Device Reports (Uptime, Applet Commands) endpoint: https://developers.signageos.io/api/#tag/DeviceMonitoring/paths/~1v1~1device~1%7BdeviceUid%7D~1report/get .
Parameters
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | device unique identification |
appletUid | string | optional | applet unique identification |
type | string | optional | your log type - e.g.: MyCms.Content.PlayVideo |
receivedSince | Date | optional | get all commands since exact date (included) |
receivedUntil | Date | optional | get all commands till exact date (excluded) |
Sample response
Server never returns all data matching the parameters. Instead, it divides them into pages.
First request returns data up to max. size of a page - 200 records.
If more data is available, it returns a header
Link with a link to the next page.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"command":{"type":"\u003cstring\u003e"}},{"command":{"type":"\u003cstring\u003e"}}]