Last Updated on : 2024-06-29 01:07:53download
Query the properties that can be sent by the specified group.
GET: /v2.0/cloud/thing/group/{group_id}/properties
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| group_id | Long | path | true | The ID of the specified group. |
| Parameter name | Type | Description |
|---|---|---|
| result | List | The list of returned data. |
| success | Boolean | Indicates whether the operation is successful. Valid values:
|
| t | Long | The timestamp. |
| tid | String | The link ID. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| code | String | The code of the specified instruction. |
| value | String | The value of the specified instruction. |
| g_id | Long | The ID of the specified group. |
GET: /v2.0/cloud/thing/group/12856***/properties
{
"tid": "44e4561bb32011edaa2fba12a1143bd9",
"result": [
{
"code": "switch_1",
"g_id": "1285****7",
"value": "false"
},
{
"code": "countdown_1",
"g_id": "128****",
"value": "0"
}
],
"t": 1677118669636,
"success": true
}
For more information, see error code.
For more information, see Limits on API Request Frequency.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback