Get Applet Command By Command UID

GET {{baseUrl}}/v1/device/:deviceUid/applet/:appletUid/command/:commandUid

Get one device applet command by deviceUid, appletUid & timingCommandUid.

Get commands – information on how the device operates or was set – for the specific device. You can access all device logs, including your custom logs, within this API call.

Device applet commands are available for the previous 3 days. Historical data of all commands is available at Data report CSV dump.

Parameters

FieldTypeRequiredDescription
deviceUidstringrequiredDevice unique identification
appletUidstringrequiredapplet unique identification
commandUidstringrequiredCommand unique identification

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. 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"}}]