Last Updated on : 2023-06-21 07:13:11download
Query the details of serval spaces.
GET: /v1.0/iot-02/community/space-list
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
block_id | String | query | true | The ID of a community. |
parent_tree_id | String | query | true | The ID of a specified parent node. |
name_value | String | query | true | Name. |
Parameter name | Type | Description |
---|---|---|
result | List |
Description of result
Parameter name | Type | Description |
---|---|---|
tree_id | String | The ID of a specified space node. |
parent_tree_id | String | The ID of a specified parent node. |
space_tree_name | String | The name of the space. |
full_value | String | The full name of a specified space. |
value | String | The value of a specified space. |
meta_id | String | The ID of the space type. |
meta_code | String | The space type. |
children | List | The sub-space. |
GET: /v1.0/iot-02/community/space-list?block_id=137209008403933xxxx
[
{
"fullValue": "Room 101, Unit 1",
"metaCode": "house",
"treeId": "136767399153950xxxx",
"parentTreeId": "137209008401233xxxx",
"value": "101"
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback