Last Updated on : 2023-11-10 07:21:37download
Based on the home ID, query the basic information about the specified home.
GET: /v1.0/homes/{home_id}
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
home_id | Long | uri | true | The home ID. |
Parameter name | Type | Description |
---|---|---|
result | HomeRes | The returned result. |
Description of result
Parameter name | Type | Description |
---|---|---|
home_id | Long | The home ID. |
name | String | The name of the specified home. |
lon | Double | The longitude. |
lat | Double | The latitude. |
geo_name | String | The detailed address. |
GET: /v1.0/homes/157913***
{
"tid": "b504ee827d3911eeaf40161d72836dc2",
"result": {
"lon": 120.06379847441336,
"name": "My Home",
"home_id": 16900015,
"lat": 30.302736025227816,
"geo_name": "Hangzhou Grand Center"
},
"t": 1699339729904,
"success": true
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback