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

FieldTypeRequiredDescription
deviceUidstring
required
device unique identification
appletUidstring
optional
applet unique identification
typestring
optional
your log type - e.g.: MyCms.Content.PlayVideo
receivedSinceDate
optional
get all commands since exact date (included)
receivedUntilDate
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

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Acceptstring

RESPONSES

status: OK

[{"command":{"type":"\u003cstring\u003e"}},{"command":{"type":"\u003cstring\u003e"}}]