Skip to content

功能概述

物业列表

接口访问

接口地址

property/list

请求方式 Method

GET

Header - Authorization Type : Bearer Token

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

请求参数

属性类型长度必填默认值说明
propertyTypeint1false1物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房
buildingTypeint1false1建筑类型 1.高层 2.底层 3.平房
floorTypeint1false1楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他
provinceint11false0省份编号
cityint4false1城市编号
regionint4false1区域编号
townint4false1乡镇编号
villageint4false1村编号
userNumberstring4false1用户编号
isMeint1false1展示数据 0-全部 1-自己
sourceint1false1来源 1-小程序 2-PC
sizeint3false20每页数量
pageint3false1页码

返回值

属性类型必填说明
usersPropertyIDinttrue用户物业ID
propertyIDinttrue物业ID
propertyNumberstringtrue物业编号
propertyOwnershipCertificatestringtrue房产证地址
namestringtrue物业名称
coverImagestringtrue封面图
propertyTypeinttrue物业类型 1. 住宅 2.公寓 3.别墅 4.度假村 5.自建房
ownershipCategoryinttrue权属类别 1.商品房 2.经济适用房 3.央产房 4.军产房 5.小产权房 6.自建房
termOfPropertyRightsinttrue产权年限
propertyBuildingNumberinttrue物业楼栋数量
totalHouseholdsinttrue总户数
totalBuildingAreainttrue总建筑面积/平方米
propertyCompanystringtrue物业公司
locationstringtrue所在地
navigationAddressstringtrue导航地址
buildingTypeinttrue建筑类型 1.高层 2.底层 3.平房
floorTypeinttrue楼板类型 1.塔楼 2.板式楼 3.塔板结合 4.其他
businessDistrictstringtrue所属商圈
averagePriceinttrue平均售价
averageRentinttrue平均租金
projectIssuesstringtrue周边配套信息
descstringtrue描述
isMebooltrue是否是本人的 true-是 false-否
dataStatusinttrue数据状态 1.已上传 2草稿箱 3.已审核 -1.已驳回
timeForCompletionstringtrue竣工年份
isOnlineinttrue是否上下架 0.否 1.是
rentCountinttrue出租数量
createTimestringtrue创建时间
listarraytrue数据列表
totalinttrue数据条数

返回示例

{
    "response": {
        "total": 13,
        "list": [
            {
                "usersPropertyID": 36,
                "propertyID": 60,
                "propertyNumber": "HK4600000013",
                "propertyOwnershipCertificate": "地址111",
                "name": "物业公司一号",
                "coverImage": "https://file.juliyouren.com/94f1078a760548392548906508471f95.png?watermark/4/text/5qSw5oOz/fontsize/400/fill/Z3JheQ==/dissolve/50/rotate/30/uw/180/uh/180/resize/1",
                "propertyType": 3,
                "ownershipCategory": 1,
                "termOfPropertyRights": 70,
                "propertyBuildingNumber": 13,
                "totalHouseholds": 3000,
                "totalBuildingArea": "100000.00",
                "propertyCompany": "牛马物业公司",
                "location": "海南省 海口市 秀英区 ",
                "navigationAddress": "海南省商业学校",
                "buildingType": 1,
                "floorType": 4,
                "businessDistrict": "1.所属商圈",
                "averagePrice": 2000000,
                "averageRent": 5600,
                "projectIssues": "1.周边配套",
                "dataStatus": 3,
                "timeForCompletion": 2021,
                "isOnline": 1,
                "rentCount": 0,
                "isMe": false,
                "desc": "1.物业描述",
                "createTime": "2025-08-06 10:16:12"
            }
        ]
    },
    "requestId": "f937467a-3129-4bef-b78d-c9f54081e5cf"
}