查询设备列表
GET
/api/device/find
请求参数
Query 参数
pageIndex
string
可选
示例值:
1
pageSize
string
可选
示例值:
10
onlineStatus
string
可选
示例值:
online
deptId
string
可选
示例值:
xxxx
sn
string
可选
name
string
可选
search
string
可选
gatewaySn
string
可选
alarmStatus
string
布尔值
示例值:
true
address
string
可选
deptIdNot
string
可选
productModel
string
可选
productModelIn
array[string]
可选
startTm
string
末次交互起始时间
示例值:
2024-07-11 14:40:26
endTm
string
可选
示例值:
2024-07-17 14:40:26
Header 参数
Authentication
string
可选
默认值:
{{Authentication}}
示例代码
返回响应
修改于 2025-04-26 01:56:30