Last Updated on : 2023-07-06 07:56:48download
Based on the group ID, get the details of a specified device group, including the group name, the device IDs under the group, and the creation time of the group.
GET: /v1.0/iot-03/device-groups/{group_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
group_id | String | uri | true | The ID of a specified group. |
Parameter name | Type | Description |
---|---|---|
result | GroupPackageDetailVO | The details of a specified device group. |
Description of result
Parameter name | Type | Description |
---|---|---|
group_name | String | The name of a specified group. |
device_ids | List | The list of device IDs in a specified group. |
group_id | String | The ID of a specified group. |
asset_id | String | The ID of a specified asset. |
processing_status | Integer | The execution status of a specified task. Valid values:
|
GET: /v1.0/iot-03/device-groups/145289715185510****
{
"result": {
"group_name": "F1 Light",
"device_ids": [
"vdevo16267452173****"
]
},
"t": 12321312213,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback