更新时间:2023-06-21 07:13:11下载pdf
本文介绍查询子组织的 API。
根据传入的组织ID,查询挂在该组织下的子组织,返回组织列表。
GET: /v1.0/iot-02/community/structures/children
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
structure_id | String | query | true | 组织 ID |
参数名 | 类型 | 说明 |
---|---|---|
result | List | 资产结果列表 |
result
说明
参数名 | 类型 | 说明 |
---|---|---|
structure_id | String | 组织 ID |
parent_structure_id | String | 父组织,为空表示根组织 |
structure_name | String | 组织名称 |
address_code | String | 地址(省市区街道的 Code,用逗号分割)参考:http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/ |
address_detail | String | 详细地址 |
contact | String | 联系人 |
contact_mobile | String | 联系人电话 |
contact_email | String | 联系人邮箱 |
GET: /v1.0/iot-02/community/structures/children?structure_id=137209008422933xxxx
[
{
"has_leaf": true,
"structure_type": 2,
"structure_id": "138262924617802xxxx",
"parent_structure_id": "138228550853257xxxx",
"structure_name": "云端开发部"
}
]
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈