Skip to content

功能概述

业主房产列表

接口访问

接口地址

property/users/house/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

属性类型长度必填默认值说明访问版本
tokenstring32true用户身份标识令牌-

请求参数

属性类型长度必填默认值说明
propertyIDint11false1物业ID
propertyBuildingIDint11false1物业楼栋ID
propertyBuildingUnitIDint11false1物业楼栋单元ID
houseNumberint11false0楼栋编号或名称描述
decorationSituationint1false1装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修
roomModeint1false1房屋用途 0.未知 1.自用 2.出租 3.民宿
demandTypeint1false1需求类型 1.房产出售 2.房产需求
sourceint1false1请求来源 1-小程序 2-pc
sizeint11false20每页数量
pageint3false1页码

返回值

属性类型必填说明
usersPropertyBuildingHouseIDinttrue用户房产ID
propertyIDstringtrue物业ID
propertyBuildingIDstringtrue物业楼栋ID
propertyBuildingUnitIDstringtrue物业楼栋单元ID
coverImagestringtrue封面图
propertyBuildingHouseIDinttrue物业楼栋房产ID
houseNumberinttrue楼栋编号或名称描述
decorationSituationinttrue装修情况 0.未知 1.毛坯 2.简单装修 3.精装修 4.豪华装修
propertyRightinttrue物业楼栋数量
roomModeinttrue产权 1.个人 2.他人 3.企业
createTimestringtrue创建时间
rentStatusinttrue房产出租状态,1.已出租,2.办理中,3.闲置中
rentalIDinttrue租赁合同ID
dataStatusinttrue数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回
rentalIDinttrue合同ID
rentStatusinttrue房产出租状态1.租房中,2.办理中,4.已退租,5.待入住

返回示例

{
    "response": {
        "list": [
            {
                "usersPropertyBuildingHouseID": 1727,
                "propertyID": 113,
                "propertyBuildingID": 423,
                "propertyBuildingUnitID": 631,
                "propertyBuildingHouseID": 1712,
                "name": "704",
                "houseNumber": "00000001",
                "coverImage": "",
                "location": null,
                "totalRooms": 0,
                "totalLivingRoom": 0,
                "totalKitchen": 0,
                "totalToilet": 0,
                "totalBalcony": 0,
                "face": 0,
                "floor": 7,
                "floorHeight": "0.00",
                "rent": 0,
                "dealPrice": 0,
                "price": 0,
                "certificateArea": "0.00",
                "actualArea": "0.00",
                "sharedArea": "0.00",
                "gardenArea": "0.00",
                "decorationSituation": 0,
                "propertyRight": 0,
                "roomMode": 0,
                "dataStatus": 3,
                "isOnline": 1,
                "hasUnit": true,
                "isCollection": false,
                "rentStatus": 2,
                "rentalID": 31,
                "createTime": "2025-10-30 11:35:48"
            }
        ],
        "total": 16
    },
    "requestId": "f7728f02-6c1b-49b4-8960-640fac0eda4a"
}