Last Updated on : 2023-06-15 06:05:47
Query the orientation, area, and other information of the house according to the space ID of the house node. The extension information about the house isreturned.
GET: /v1.0/iot-02/community/room
| Parameter name | Type | IN | Required | Description |
|---|---|---|---|---|
| block_id | String | query | true | The ID of the community in which the resident lives. |
| tree_id | String | query | true | The space ID of a specified house node. |
| Parameter name | Type | Description |
|---|---|---|
| result | HighwayRoomDetailResponse | Details of the house. |
Description of result
| Parameter name | Type | Description |
|---|---|---|
| block_id | String | The ID of the community in which the resident lives. |
| tree_id | String | The space ID of a specified house node. |
| parent_tree_id | String | The ID of a specified parent node. |
| meta_code | String | The house type.
|
| value | String | The house name. |
| room_site | String | The house name. |
| room_name | String | The house name. |
| room_status | String | The status of the house.
|
| room_size | String | The house area. |
| door_model | String | The house layout. For example, 3/2/1/1 means three bedrooms, two rooms (including one living room and one dining room), one kitchen, and one bathroom. |
| room_toward | Integer | The house orientation.
|
| hand_over_date | Long | The date on which the house was delivered. |
| period_int | String | The tenure of property rights. |
GET: /v1.0/iot-02/community/householder?blockId=136767399153950xxxx&tree_id=139215249742181xxxx
{
"room_size": "1",
"room_site": "Grand Center_xx1, Unit 1, Building A",
"room_status": 5,
"room_img": "",
"room_name": "101",
"room_site_id": "139208325392556xxxx",
"period_int": "70 years"
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback