按层级查询子空间

更新时间:2023-06-21 07:13:10下载pdf

本文介绍按层级查询子空间的 API。

接口描述

按层级查询子空间。

接口地址

GET: /v1.0/iot-02/community/space-tree

请求参数

参数名类型参数位置是否必填说明
block_idStringquerytrue小区 ID
meta_codeStringquerytrue空间类型。
  • area:区域
  • building:楼幢
  • unit:单元
  • floor:楼层
  • house:房屋

返回参数

参数名类型说明
resultList子空间列表

result 说明

参数名类型说明
tree_idString空间节点 ID
parent_tree_idString父节点空间 ID
full_valueString全称
valueString
meta_codeString空间类型
childrenList空间列表

请求示例

GET: /v1.0/iot-02/community/space-tree?block_id=137209008403933xxxx

返回示例

{
    "tree_id": "136767399153950xxxx",
    "full_value": "1幢",
    "children": [
        {
            "tree_id": "136711399153950xxxx",
            "full_value": "0",
            "parent_tree_id": "136767399153950xxxx",
            "meta_code": "unit",
            "value": "1单元"
        }
    ],
    "parent_tree_id": "136767399153910xxxx",
    "meta_code": "building",
    "value": "1幢"
}

错误码

参考 错误码