Last Updated on : 2023-06-20 12:34:12
Search for my product list. The search results only contain products under the current developer's account.
GET: /v1.0/products/own/list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
product_id | String | query | false | The product ID. |
product_name | String | query | false | The product name. Fuzzy search is supported. |
page_no | Integer | query | true | The page number. It must be greater than 0 . |
page_size | Integer | query | true | The number of entries per page. It must be greater than 0 . |
Parameter name | Type | Description |
---|---|---|
result | Pagination | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
page_no | Long | The current page number. |
datas | List | The list of data. |
total_count | Long | The total number of entries. |
Description of datas
Parameter name | Type | Description |
---|---|---|
id | String | The product ID. |
name | String | The product name. |
desc | String | The remarks. |
type | Integer | The type. |
category | String | The category. |
mesh_category | String | The network type. |
model | String | The device model. |
brand | String | The brand. |
attribute | Long | The attribute. |
icon | String | The icon. |
schema_id | String | The schema ID. |
ui_id | String | The panel ID. |
etag | String | The firmware version etag. |
module_category | String | The module category. |
develop_status | Integer | The development status. |
develop_stage | String | The development stage. |
uid | String | The ID of a specified owner. |
create_uid | String | The ID of a specified creator. |
support_group | Boolean | Indicates whether a group is supported. |
communication_type | Integer | The communication type. |
capability | Long | The communication protocol. |
timer_run_mode | Integer | The clock mode. |
solution_id | Long | The ID of a specified solution. |
gmt_create | Long | The time when it is created. |
gmt_modified | Long | The time when it is updated. |
category_code | String | The level-3 category. |
program_config_id | String | The ID of a specified program configuration. |
sub_capability | Integer | The communication sub-protocol. |
develop_attribute | Long | The development attribute. |
biz_attribute | Long | The business attribute. |
oem_type | Integer | The OEM type. |
program_datapoint_id | Long | The associated standard data point. |
small_icon | String | The small icon. |
power_type | Integer | The power consumption type. |
identity | String | The unique identifier of a URL that is generated when an OEM product is created. |
status | Boolean | The status. |
is_debug | Integer | Specifies whether to debug the product. Valid values:
|
GET: /v1.0/products/own/list?page_no=1&page_size=10
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback