manage:fingerprint permission. Lists the most recent commands queued for a device, newest first, with their delivery and result state.core.session_token: ********************Authorization: Bearer ********************curl --location '/fingerprint/devices//commands'{
"success": true,
"message": "string",
"meta": {
"page": 0,
"limit": 0,
"total": 0
},
"errors": [
{
"code": "CR-100001",
"field": "string",
"message": "string"
}
],
"result": [
{
"id": "string",
"deviceId": "string",
"type": "SET_TIME",
"command": "string",
"status": "PENDING",
"sentAt": "2019-08-24T14:15:22.123Z",
"respondedAt": "2019-08-24T14:15:22.123Z",
"returnCode": 0,
"result": "string",
"createdAt": "2019-08-24T14:15:22.123Z",
"updatedAt": "2019-08-24T14:15:22.123Z"
}
]
}