Authorization: Bearer ********************{
"idList": "Collections.emptyList()",
"deviceIds": "Collections.emptyList()",
"accountList": "Collections.emptyList()"
}curl --location --request POST '/eims/api/v2/admin/assets/devices/actions/batch-get' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"idList": "Collections.emptyList()",
"deviceIds": "Collections.emptyList()",
"accountList": "Collections.emptyList()"
}'[
{
"loginAccount": "",
"loginPassword": "",
"id": "",
"companyId": "",
"type": 0,
"identifierType": 0,
"terminalNo": "",
"serialNo": "",
"name": "",
"remark": "",
"model": "",
"status": 0,
"groupId": "",
"groupName": "",
"avatar": "",
"osType": "",
"clientVersion": "",
"platformType": "",
"identifier": "",
"onlineStatus": 0,
"audioGain": 0,
"registerIp": "",
"zoneId": "",
"zoneName": ""
}
]