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
Field | Type | Required | Description |
---|---|---|---|
deviceUid | string | required | Device unique identification |
appletUid | string | required | applet unique identification |
commandUid | string | required | Command 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
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"}}]