- j8
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- 小区信息
- 小区管理
- 楼栋结构图
- 我的小区
- 业务受理
- 车位结构图
- 产权登记
- 小区公示
- 房屋装修
- 文件上传
- c3
- 未命名接口GET
获取指定单元楼栋结构
GET
/j5-community/building/query-building-room
楼栋结构图
请求参数
Query 参数
communityId
string
小区id
示例值:
2023052267100146
pageIndex
integer <int64>
查询页码
示例值:
1
pageSize
integer <int64>
查询条数
示例值:
10
unitId
string
单元id
示例值:
742023120517690335
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/j5-community/building/query-building-room?communityId=2023052267100146&pageIndex=1&pageSize=10&unitId=742023120517690335'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
array[object (BuildingRoomVO数据传输对象) {8}]
数据对象
layer
string
层数
示例值:
1
oweAmount
number
欠费
示例值:
10800
ownerId
string
业主ID
示例值:
772025051466271100
ownerName
string
业主名字
示例值:
张三
roomId
string
房间ID
示例值:
752024022767530500
roomNum
string
房间编号
示例值:
001
state
string
房子状态编码
示例值:
2001
stateName
string
房子状态名称
示例值:
已入住
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": [
{
"layer": 1,
"oweAmount": 10800,
"ownerId": 772025051466271100,
"ownerName": "张三",
"roomId": 752024022767530500,
"roomNum": "001",
"state": 2001,
"stateName": "已入住"
}
],
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-08 08:15:49