获取产品品类列表
POST
/api/v1/things/product/category/index请求参数
Body 参数application/json
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
array[object (OrderBy) {2}]
排序
name
string
过滤产品名称
parentID
integer <int64>
可选
ids
array[integer <int64>]
id过滤
projectID
string
可选
项目id,只获取项目下有设备的
示例
{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"name": "string",
"parentID": 0,
"ids": [
0
],
"projectID": "string"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (ProductCategoryIndexResp)
可选
list
array[object (ProductCategory) {10}]
产品信息
total
integer <int64>
拥有的总数
num
integer <int64>
返回的数量
示例
未设置
最后修改时间: 4 天前