/
UN
unitedrhino
/
things-api
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h 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
10
things/device/profile
4
things/device/schema
6
things/group/device
3
things/group/info
5
post
创建分组
post
删除分组
post
获取分组列表
post
获取分组详情信息
post
更新分组信息
things/ota/firmware/device
4
things/ota/firmware/info
5
things/ota/firmware/job
4
things/ota/module/info
5
things/product/category
9
things/product/config
1
things/product/custom
2
things/product/info
6
things/product/remoteConfig
4
things/product/schema
7
things/protocol/info
5
things/protocol/script
6
things/protocol/script/device
5
things/protocol/service
2
things/rule/alarm/info
5
things/rule/alarm/record
2
things/rule/alarm/scene
3
things/rule/scene/info
6
things/rule/scene/log
1
things/schema/common
5
things/slot/area
2
things/slot/user
1
things/user/device/collect
3
things/user/device/share
9
things/group/info
thingsGroupInfo
创建分组
post
/api/v1/things/group/info/create
Request body
GroupInfo
required
id
integer
分组ID
purpose
string
用途 不填默认为default
parentID
integer
父组ID
projectID
string
项目ID
areaID
string
区域ID
name
string
分组名称
productID
string
产品ID
productName
string
产品ID
createdTime
string
创建时间
desc
string
分组描述
deviceCount
integer
设备数量统计
isLeaf
integer
tags
Tag[]
分组tag
devices
DeviceCore[]
children
GroupInfo[]
Response
A successful response.
object
required
code
integer
msg
string
data
WithID
Changes