设备管理

最后更新于:2026-09-23 17:56:31

接口说明

物联网云平台支持应用服务器查询设备的基本信息。

URL

请求方法POST
URL/api/terminal/list
传输协议HHTP/HTTPS

请求参数

参数可选/必选类型位置描述
token必选Stringheader调用登陆接口
返回的 token
deptId可选IntegerParams组织ID
number可选 String Params设备编号
name可选 String Params 设备名称
skip可选IntegerParams 状态:(
1=全部,
2=运行中,
3=已离线,
4=未注册,
5=低电量,
6=弱信号)
pageSize可选IntegerParams 每页显示数
不填默认为10
pageNum可选IntegerParams 页数
不填默认为1

响应参数(可用参数)

参数类型描述
id Integer序号
number String 设备编号
name String 设备名称
conftypId String 解析类型编号->见表①
type String设备类型编号->见表②
battery Integer 电池剩余电量
rssi Integer 信号强度
present String 最新数据
power Integer 供电方式:
(0=未知,1=供电异常,2=电池供电,3=外
部供电,4=双供电)
eliminate Integer 短信服务:
(0=开启,1=关闭)
createTime String 设备在物联网云平台注册的时间
updateTime String 设备信息最后的更新时间