/
UN
unitedrhino
/
things-api
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 2mo ago
Details
Filter operations
things/device/auth
4
things/device/auth5
2
things/device/edge
1
things/device/gateway
3
things/device/group
3
things/device/info
17
post
绑定
post
创建绑定token
post
绑定token状态查询
post
是否可以绑定设备
post
设备统计详情
post
新增设备
post
删除设备
post
获取设备列表
post
转移设备到新设备上
post
批量绑定
post
批量导入设备
post
批量更新设备
post
导入批量更新设备
post
获取设备详情
post
转让设备
post
解绑设备
post
更新设备
things/device/interact
9
things/device/module/version
2
things/device/msg
12
things/device/profile
4
things/device/schema
6
things/group/device
3
things/group/info
5
things/ota/firmware/device
4
things/ota/firmware/info
5
things/ota/firmware/job
4
things/ota/module/info
5
things/product/category
11
things/product/config
1
things/product/custom
2
things/product/info
8
things/product/remoteConfig
4
things/product/schema
7
things/protocol/info
5
things/protocol/script
8
things/protocol/script/device
5
things/protocol/service
2
things/protocol/sync
2
things/schema/common
7
things/slot/area
2
things/slot/user
1
things/user/device/collect
3
things/user/device/share
9
things/device/info
thingsDeviceInfo
转让设备
post
/api/v1/things/device/info/transfer
Request body
DeviceInfoTransferReq
required
device
DeviceCore
devices
DeviceCore[]
srcProjectID
string
指定原来的项目ID,不写使用头
transferTo
integer
required
转让给: 1: 某个人 2: 自己的某个项目
userID
string
projectID
string
areaID
string
转移到项目时指定区域ID
isCleanData
integer
required
是否清除数据:1是 2否
Response
A successful response.
object
required
code
integer
msg
string
Changes