Get Applets assigned to a device

GET {{baseUrl}}/v1/device/:deviceUid/applet?active=false

Get all applets assigned to a device

Request Params

KeyDatatypeRequiredDescription
activebooleanFilter by active status

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Acceptstring

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