更新时间:2023-06-20 12:34:12
本文介绍搜索我的产品列表的 API。
搜索我的产品列表,搜索结果只包含当前开发者账号下的产品。
GET: /v1.0/products/own/list
| 参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
|---|---|---|---|---|
| product_id | String | query | false | 产品 ID |
| product_name | String | query | false | 产品名称,支持模糊查询 |
| page_no | Integer | query | true | 页码,大于 0 |
| page_size | Integer | query | true | 每页条数,大于 0 |
| 参数名 | 类型 | 说明 |
|---|---|---|
| result | Pagination | 返回结果 |
result 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| page_no | Long | 页码 |
| datas | List | 数据列表 |
| total_count | Long | 总数 |
datas 说明
| 参数名 | 类型 | 说明 |
|---|---|---|
| id | String | 产品 ID |
| name | String | 产品名称 |
| desc | String | 备注 |
| type | Integer | 类型 |
| category | String | 品类 |
| mesh_category | String | 网络类别 |
| model | String | 型号 |
| brand | String | 品牌 |
| attribute | Long | 属性标位 |
| icon | String | 图标 |
| schema_id | String | Schema ID |
| ui_id | String | 面板 ID |
| etag | String | 固件版本 etag |
| module_category | String | 模组品类 |
| develop_status | Integer | 开发状态 |
| develop_stage | String | 开发阶段 |
| uid | String | 归属人 ID |
| create_uid | String | 创建人 ID |
| support_group | Boolean | 支持群组 |
| communication_type | Integer | 通讯方式 |
| capability | Long | 通讯协议 |
| timer_run_mode | Integer | 时钟模式 |
| solution_id | Long | 方案 ID |
| gmt_create | Long | 创建时间 |
| gmt_modified | Long | 更新时间 |
| category_code | String | 三级品类 |
| program_config_id | String | 方案信息 ID |
| sub_capability | Integer | 子通讯协议 |
| develop_attribute | Long | 开发属性标位 |
| biz_attribute | Long | 业务属性标位 |
| oem_type | Integer | 复制类型 |
| program_datapoint_id | Long | 关联标准功能点版本 |
| small_icon | String | 小图标 |
| power_type | Integer | 功耗类型 |
| identity | String | 复制产品时生成链接的唯一标识 |
| status | Boolean | 状态 |
| is_debug | Integer | 是否调试产品。
|
GET: /v1.0/products/own/list?page_no=1&page_size=10
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈