Skip to content

OpenAPI列表

BaseURL:

中国数据中心:iot-api.quectelcn.com

欧洲数据中心:iot-api.acceleronix.io

API使用方法可见OpenAPI接入说明

token管理API

接口地址描述
/v2/quecauth/accessKeyAuthrize/accessKeyLogin使用AccessKey/AccessSecret获取token
/v2/quecauth/accessKeyAuthrize/refreshToken刷新token时间

产品管理API

接口地址描述
/v2/quecproductmgr/r3/openapi/products查询产品列表
/v2/quecproductmgr/r3/openapi/product/detail查询产品详情

物模型API

接口地址描述
/v2/quectsl/openapi/product/export/tslFile查询产品最新物模型(JSON格式)

设备管理API

接口地址描述
/v2/devicemgr/r3/openapi/product/device/overview查询产品下设备列表
/v2/devicemgr/r3/openapi/device/detail查询设备详情
/v2/deviceshadow/r2/openapi/device/resource查询设备资源
/v2/devicemgr/r3/openapi/device/update修改设备信息(单个)
/v2/devicemgr/r3/openapi/device/updateBatch修改设备信息(批量)
/v2/devicemgr/r3/openapi/device/delete删除设备(单个)
/v2/devicemgr/r1/openapi/product/gateway/subList查询网关下子设备
/v2/devicemgr/r1/openapi/product/gateway/getGatewayProductByChildDevice根据子设备查询当前所属网关
/v2/devicemgr/r1/openapi/product/gateway/unbind根据子设备PK、DK解除和网关关系

设备上下行消息API

接口地址描述
/v2/deviceshadow/r3/openapi/dm/readData读取设备物模型数据
/v2/deviceshadow/r3/openapi/dm/writeData发送下行物模型属性数据
/v2/deviceshadow/r3/openapi/dm/sendServiceData发送下行物模型服务数据
/v2/deviceshadow/r3/openapi/raw/sendData发送下行透传数据
/v2/deviceshadow/r1/openapi/device/getlocation查询设备最新定位数据
/v2/quecdatastorage/r1/openapi/device/data/history查询设备历史上下行数据日志
/v2/quecdatastorage/r1/openapi/device/eventdata/history查询设备历史事件日志

消息订阅管理API

接口地址描述
/v2/quecrule/r1/openapi/queue/create创建队列
/v2/quecrule/r1/openapi/queue/delete删除队列
/v2/quecrule/r1/openapi/queue/clear清理队列
/v2/quecrule/r1/openapi/queue/list查询队列列表
/v2/quecrule/r1/openapi/queue/detail查询队列详情
/v2/quecrule/r1/openapi/subscribe/create创建产品/设备订阅
/v2/quecrule/r1/openapi/subscribe/saas创建SaaS订阅
/v2/quecrule/r1/openapi/subscribe/enduser创建终端用户订阅
/v2/quecrule/r1/openapi/subscribe/delete删除订阅
/v2/quecrule/r1/openapi/subscribe/update修改订阅
/v2/quecrule/r1/openapi/subscribe/list查询订阅列表
/v2/quecrule/r1/openapi/subscribe/detail查询订阅详情
/v2/quecrule/r1/openapi/subscribe/start启用订阅
/v2/quecrule/r1/openapi/subscribe/stop停止订阅

终端用户API

接口地址描述
/v2/enduser/enterpriseapi/entUserDomainList查询用户域列表
/v2/enduser/enterpriseapi/userDomainUserList查询用户域中注册的用户列表
/v2/enduser/enterpriseapi/userInfo查询用户信息
/v2/enduser/enterpriseapi/setUserStatus设置用户状态
/v2/binding/enterpriseapi/userDeviceList查询用户下的设备列表(含被分享)
/v2/binding/enterpriseapi/getUserListByBind查询已绑定设备的用户列表
/v2/binding/enterpriseapi/verifyBindingCode验证设备绑定码有效性