GET city/v3/CZCSDNSync/GetHousePage/{id}?topNumber={topNumber}

查询房屋

Request

URI Params

字段名字段说明字段类型附加信息
topNumber

integer

Default value is 1000

id

integer

Default value is 0

Body Params

None.

Response

Collection of JMDJ_HouseEntity
字段名字段说明字段类型附加信息
ID

integer

None.

OPenID

string

None.

Umid

integer

None.

CName

string

None.

StoriedBuildId

integer

None.

StoriedBuildUnitId

integer

None.

Floor

integer

None.

HousNo

string

None.

CountyID

integer

None.

CountyName

string

None.

TownID

integer

None.

TownName

string

None.

VillageID

integer

None.

VillageName

string

None.

BaseGridID

integer

None.

HEID

integer

None.

IsRent

EnumIsStatus

None.

RentUse

string

None.

BuildingUse

string

None.

Year

integer

None.

Month

integer

None.

CDate

date

None.

MDate

date

None.

EntityId

Object

None.

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "OPenID": "sample string 2",
    "Umid": 3,
    "CName": "sample string 4",
    "StoriedBuildId": 5,
    "StoriedBuildUnitId": 6,
    "Floor": 7,
    "HousNo": "sample string 8",
    "CountyID": 9,
    "CountyName": "sample string 10",
    "TownID": 11,
    "TownName": "sample string 12",
    "VillageID": 13,
    "VillageName": "sample string 14",
    "BaseGridID": 15,
    "HEID": 16,
    "IsRent": 0,
    "RentUse": "sample string 17",
    "BuildingUse": "sample string 18",
    "Year": 19,
    "Month": 20,
    "CDate": "2025-07-17T01:45:16.324Z",
    "MDate": "2025-07-17T01:45:16.324Z",
    "EntityId": 1
  },
  {
    "ID": 1,
    "OPenID": "sample string 2",
    "Umid": 3,
    "CName": "sample string 4",
    "StoriedBuildId": 5,
    "StoriedBuildUnitId": 6,
    "Floor": 7,
    "HousNo": "sample string 8",
    "CountyID": 9,
    "CountyName": "sample string 10",
    "TownID": 11,
    "TownName": "sample string 12",
    "VillageID": 13,
    "VillageName": "sample string 14",
    "BaseGridID": 15,
    "HEID": 16,
    "IsRent": 0,
    "RentUse": "sample string 17",
    "BuildingUse": "sample string 18",
    "Year": 19,
    "Month": 20,
    "CDate": "2025-07-17T01:45:16.324Z",
    "MDate": "2025-07-17T01:45:16.324Z",
    "EntityId": 1
  }
]