Skip to main content

Get Applet Commands

GET 

/v1/applet/:appletUid/command

Get all applet commands by appletUid.

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
appletUidstringrequiredapplet unique identification
typestringoptionalyour log type - e.g.: MyCms.Content.PlayVideo
receivedSinceDateoptionalget all commands since exact date (included)
receivedUntilDateoptionalget all commands till exact date (excluded)

This endpoint uses pagination. For more information view Pagination section.

Request

Responses

OK

Response Headers
    Content-Type