Last Updated on : 2023-06-21 07:12:54download
Get the device category settings. The returned result includes the code and name of the device category.
GET: /v1.0/iot-03/seat-reservations/device-settings
Parameter name | Type | Description |
---|---|---|
result | DeviceTypeVO |
Description of result
Parameter name | Type | Description |
---|---|---|
device_categories | List |
The device type. |
Description of device_categories
Parameter name | Type | Description |
---|---|---|
device_category_code | String | The code of a specified device type. |
device_category_name | String | The name of a specified device category. |
GET: /v1.0/iot-03/seat-reservations/device-settings
{
"result": {
"device_categories": [
{
"device_category_code": "cz",
"device_category_name": "Socket"
},
{
"device_category_code": "pm2.5",
"device_category_name": "pm2.5"
}
]
},
"t": 1623048164076,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback