产品分页
POST
/api/open/iot-device/product/v1/pageproduct最后修改时间: 10 个月前
责任人: 未设置
产品分页
请求参数
Body 参数application/json
pageSize
integer <int32>
每页多少条
示例值:
10
pageIndex
integer <int32>
第多少页
示例值:
1
productName
string <string>
产品名称
示例值:
alonso.macejkovic
productId
string <string>
产品id
示例值:
14
tagKey
string <string>
标签key
示例值:
g3hpbf
tagValue
string <string>
标签值
示例值:
iclkou
instance
string <string>
实例id
示例值:
1n0atj
primaryIds
array[string]
主键id
示例值:
875,690
reversedCreationTimeOrder
boolean
可选
是否按创建时间倒排,默认为false
示例值:
true
productInfoId
string <string>
可选
标准产品id/自定义产品id
示例值:
14
示例
{
"pageSize": "10",
"pageIndex": "1",
"productName": "alonso.macejkovic",
"productId": "14",
"tagKey": "g3hpbf",
"tagValue": "iclkou",
"instance": "1n0atj",
"primaryIds": "875,690",
"reversedCreationTimeOrder": "true",
"productInfoId": "14"
}
示例代码
返回响应
OK(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
pageIndex
number <int64>
当前页
示例值:
861
pageSize
number <int64>
每页记录数
示例值:
437
totalCount
number <int64>
总记录数
示例值:
190
totalPage
number <int64>
总页数
示例值:
835
data
array[object (IoTProductDTO) {18}]
数据
示例值:
id
number <int64>
唯一主键id
示例值:
656
creationTime
number <int64>
可选
创建时间 (时间戳13位)
示例值:
1697009460522
creatorUserId
string <string>
创建人用户id
示例值:
14
lastModificationTime
number <int64>
可选
更新时间 (时间戳13位)
示例值:
1697009460522
lastModifierUserId
string <string>
更新人用户id
示例值:
14
productName
string <string>
产品名称
示例值:
alonso.macejkovic
productInfoId
string <string>
物模型产品库id
示例值:
14
productInfoName
string <string>
物模型产品库名称
示例值:
alonso.macejkovic
protocolType
string <string>
协议类型
示例值:
f5xbpu
manufacturerName
string <string>
制造商名称
示例值:
alonso.macejkovic
productId
string <string>
产品id
示例值:
14
productDesc
string <string>
产品备注
示例值:
7yw27j
deviceCount
number <int64>
设备总数
示例值:
476
instance
string <string>
实例
示例值:
a8bhgy
productIdGenerationType
integer <int32>
产品id生成类型
示例值:
97
dataFormat
string <string>
数据格式
示例值:
700u9t
productSecret
string <string>
产品密钥
示例值:
tbrqww
allowDynamicRegister
integer <int32>
是否允许动态注册
示例值:
185
示例
{
"pageIndex": "861",
"pageSize": "437",
"totalCount": "190",
"totalPage": "835",
"data": ""
}
最后修改时间: 10 个月前