Search for My Product List

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.

API address

GET: /v1.0/products/own/list

Request parameter

Parameter nameTypeINRequiredDescription
product_idStringqueryfalseThe product ID.
product_nameStringqueryfalseThe product name. Fuzzy search is supported.
page_noIntegerquerytrueThe page number. It must be greater than 0.
page_sizeIntegerquerytrueThe number of entries per page. It must be greater than 0.

Return parameter

Parameter nameTypeDescription
resultPaginationThe returned result.

Description of result

Parameter nameTypeDescription
page_noLongThe current page number.
datasListThe list of data.
total_countLongThe total number of entries.

Description of datas

Parameter nameTypeDescription
idStringThe product ID.
nameStringThe product name.
descStringThe remarks.
typeIntegerThe type.
categoryStringThe category.
mesh_categoryStringThe network type.
modelStringThe device model.
brandStringThe brand.
attributeLongThe attribute.
iconStringThe icon.
schema_idStringThe schema ID.
ui_idStringThe panel ID.
etagStringThe firmware version etag.
module_categoryStringThe module category.
develop_statusIntegerThe development status.
develop_stageStringThe development stage.
uidStringThe ID of a specified owner.
create_uidStringThe ID of a specified creator.
support_groupBooleanIndicates whether a group is supported.
communication_typeIntegerThe communication type.
capabilityLongThe communication protocol.
timer_run_modeIntegerThe clock mode.
solution_idLongThe ID of a specified solution.
gmt_createLongThe time when it is created.
gmt_modifiedLongThe time when it is updated.
category_codeStringThe level-3 category.
program_config_idStringThe ID of a specified program configuration.
sub_capabilityIntegerThe communication sub-protocol.
develop_attributeLongThe development attribute.
biz_attributeLongThe business attribute.
oem_typeIntegerThe OEM type.
program_datapoint_idLongThe associated standard data point.
small_iconStringThe small icon.
power_typeIntegerThe power consumption type.
identityStringThe unique identifier of a URL that is generated when an OEM product is created.
statusBooleanThe status.
is_debugIntegerSpecifies whether to debug the product. Valid values:
  • 1: yes
  • 0: no

Request example

GET: /v1.0/products/own/list?page_no=1&page_size=10

Error code

For more information, see error code.