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
| Field | Type | Required | Description |
|---|---|---|---|
appletUid | string | required | 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) |
This endpoint uses pagination. For more information view Pagination section.
Request
Responses
- 200
- 400
- 403
- 404
OK
Response Headers
Content-Type
Bad Request
Response Headers
Content-Type
Forbidden
Response Headers
Content-Type
Not Found
Response Headers
Content-Type