Last Updated on : 2023-06-21 07:13:11download
Query information about a specified sub-organization.
GET: /v1.0/iot-02/community/structures/children
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
structure_id | String | query | true | The ID of a specified organization. |
Parameter name | Type | Description |
---|---|---|
result | HighwayStructureListResponse |
Description of result
Parameter name | Type | Description |
---|---|---|
list | List | The list of asset results. |
page_size | Integer | The number of items per page. |
page_no | Integer | The current page number. |
total | Integer | The total number of results. |
Description of list
Parameter name | Type | Description |
---|---|---|
structure_id | String | The ID of a specified organization. |
parent_structure_id | String | The parent organization. An empty value indicates the root organization. |
structure_name | String | The name of a specified organization. |
address_code | String | Address (the code of the province, city, district, and street). For more information, visit http://www.stats.gov.cn/english/. |
address_detail | String | The detailed address. |
contact | String | The contact name. |
contact_mobile | String | The contact person's phone number. |
contact_email | String | The contact person's email address. |
GET: /v1.0/iot-02/community/structures/children?structure_id=137209008422933xxxx
[
{
"structureName": "Cloud Development Department",
"structureId": "138262924617802xxxx",
"parentStructureId": "138228550853257xxxx",
"structureType": 2,
"hasLeaf": true
}
]
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback