Get Applets assigned to a device
GET {{baseUrl}}/v1/device/:deviceUid/applet?active=false
Get all applets assigned to a device
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
active | boolean | Filter by active status |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","appletUid":"\u003cstring\u003e","appletVersion":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","configuration":{"Ut_4a3":true},"active":"\u003cboolean\u003e"},{"uid":"\u003cstring\u003e","deviceUid":"\u003cstring\u003e","appletUid":"\u003cstring\u003e","appletVersion":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","configuration":{"quis0":false},"active":"\u003cboolean\u003e"}]