- j8
- 巡检管理
- 巡检明细
- 巡检项目选项管理
- 巡检项目
- 巡检计划
- 巡检点
- 巡检路线
- 巡检路线巡检点
- 巡检任务
- 房产管理(业委会)
- j4
- 数据管理
- 组织管理
- c2
- j2
- j6
- 数据管理(导入模块)
- 合同管理
- j7
- c4
- c5
- j1
- c6
- c1
- j3
- c7
- j5
- c3
- 未命名接口GET
获取巡检路线巡检点列表(条件+分页)
GET
/j8-patrolmgt/route/query-route-point-list
巡检路线
请求参数
Query 参数
communityId
string
社区id
示例值:
2024022647620054
inspectionRouteId
string
巡检路线id
示例值:
502024021607110704
pageIndex
integer <int64>
查询页码
示例值:
1
pageSize
integer <int64>
查询条数
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/j8-patrolmgt/route/query-route-point-list?communityId=2024022647620054&inspectionRouteId=502024021607110704&pageIndex=1&pageSize=10'
返回响应
🟢200成功
*/*
Body
code
integer <int32>
状态码
示例值:
10000
data
object (PageDTO«巡检路线巡检点数据传输模型»)
可选
pageIndex
integer <int64>
当前页码
示例值:
1
pageSize
integer <int64>
可选
示例值:
10
pages
integer <int64>
总页数
示例值:
100
rows
array[object (巡检路线巡检点数据传输模型) {6}]
当前页数据列表
total
integer <int64>
总条数
示例值:
100000
message
string
提示消息
示例值:
提示消息内容
示例
{
"code": 10000,
"data": {
"pageIndex": 1,
"pageSize": 10,
"pages": 100,
"rows": [
{
"inspectionId": 132025051993040000,
"inspectionName": "教学楼",
"pointEndTime": 1,
"pointObjName": "a1",
"pointObjType": "环境巡检",
"pointStartTime": 1
}
],
"total": 100000
},
"message": "提示消息内容"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-06-13 13:47:32