Last Updated on : 2024-06-29 01:10:52download
Get the list of categories of all products.
GET: /v1.0/iot-03/device-categories
Parameter name | Type | Description |
---|---|---|
result | List | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
code | String | The category code. |
name | String | The category name. |
GET: /v1.0/iot-03/device-categories
{
"result": [
{
"code": "cz",
"name": "Socket"
},
{
"code": "kg",
"name": "Switch"
}
],
"t": 1636094747180,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback