/
UN
unitedrhino
/
things-api
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 56m 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
things/device/interact
9
things/device/module/version
2
things/device/msg
12
post
获取设备异常日志
post
获取事件历史记录
post
获取网关可以绑定的子设备列表
post
获取云端诊断日志
post
聚合属性历史记录
post
获取最新属性记录
post
获取单个id属性历史记录
post
批量获取单个id属性历史记录
post
获取设备sdk日志
post
获取设备命令日志
post
获取设备影子列表
post
获取设备状态日志
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/msg
thingsDeviceMsg
获取设备影子列表
post
/api/v1/things/device/msg/shadow/index
Request body
DeviceMsgPropertyLogLatestIndexReq
required
deviceName
string
设备名
productID
string
产品id 获取产品id下的所有设备信息
dataIDs
string[]
获取的具体标识符的数据 如果不指定则获取所有属性数据,一个属性一条,如果没有获取到的不会返回值
Response
A successful response.
object
required
code
integer
msg
string
data
DeviceMsgShadowIndexResp
Changes