根据终端账号查询终端信息
GET
/eims/api/v2/user/devices/{loginAccountOrIdentifier}
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
loginAccountOrIdentifier
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/eims/api/v2/user/devices/'
返回响应
🟢200成功
application/json
Body
设备信息
isTimeConflict
boolean | null
绑定的会议室id
id
string | null
资产id
deviceId
string | null
设备id
companyId
string | null
企业id
type
integer | null
可选
identifierType
integer | null
可选
terminalNo
string | null
终端号
serialNo
string | null
序列号
name
string
终端名称
remark
string | null
备注信息
<= 200 字符
model
string | null
终端型号
status
integer | null
可选
groupId
string | null
分组id
groupName
string | null
分组名称
roomId
string | null
绑定的会议室id
areaId
string | null
可选
roomName
string | null
绑定的区域名称
areaName
string | null
绑定的区域名称
fullAreaName
string | null
绑定的区域全称
avatar
string | null
设备头像
osType
string | null
可选
clientVersion
string | null
可选
platformType
string | null
可选
loginAccount
string | null
可选
loginPassword
string | null
终端登录密码
identifier
string | null
可选
onlineStatus
integer | null
可选
默认值:
0
audioGain
integer | null
音频增益
示例
{
"isTimeConflict": false,
"id": "",
"deviceId": "",
"companyId": "",
"type": 0,
"identifierType": 0,
"terminalNo": "",
"serialNo": "",
"name": "",
"remark": "",
"model": "",
"status": 0,
"groupId": "",
"groupName": "",
"roomId": "",
"areaId": "",
"roomName": "",
"areaName": "",
"fullAreaName": "",
"avatar": "",
"osType": "",
"clientVersion": "",
"platformType": "",
"loginAccount": "",
"loginPassword": "",
"identifier": "",
"onlineStatus": 0,
"audioGain": 0
}