获取设备模块版本详情
POST
/api/v1/things/device/version/index请求参数
Body 参数application/json
page
object (PageInfo)
可选
page
integer <int64>
页码
size
integer <int64>
每页大小
orders
array[object (OrderBy) {2}]
排序
productID
string
产品id 只读
productName
string
可选
moduleCode
integer <int64>
可选
示例
{
"page": {
"page": 0,
"size": 0,
"orders": [
{
"field": "string",
"sort": 0
}
]
},
"productID": "string",
"productName": "string",
"moduleCode": 0
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
A successful response.
数据结构
code
integer
返回code
默认值:
200
msg
string
返回的消息
data
object (DeviceModuleVersionIndexResp)
可选
list
array[object (DeviceModuleVersion) {5}]
设备信息
total
integer <int64>
必需
总数(只有分页的时候会返回)
示例
未设置
最后修改时间: 3 天前