新奇康
  1. 巡检记录表
新奇康
  • 知识库表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 阈值设定表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 设备信息表
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 告警管理表 前端控制器
    • 新增修改
      POST
    • 查询
      GET
    • 删除(使用逗号分隔)
      GET
    • excel导入
      POST
    • excel导出
      GET
  • 滑槽一体机设备数据
    • 查询
      GET
  • 巡检记录表
    • 巡检点位记录-主页面(优化后)
      GET
    • 右下角查询
      GET
    • 点位查询
      GET
    • app点位记录-第二层接口
      GET
  1. 巡检记录表

app点位记录-第二层接口

GET
/inspection_record_form/getPointDailyHistoryTwo

请求参数

Query 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:9211/inspection_record_form/getPointDailyHistoryTwo'

返回响应

🟢200成功
application/json
Body

示例
{
  "records": [
    {
      "id": "",
      "userName": "",
      "userId": 0,
      "tenantId": 0,
      "updateTime": "",
      "pointName": "",
      "pointNumber": "",
      "createTime": "",
      "pointType": "",
      "pointStatus": "",
      "ifPhoto": "",
      "ifVidio": "",
      "ifFace": "",
      "ifBluetooth": "",
      "bluetoothValue": "",
      "siteValue": "",
      "latitude": "",
      "siteDisparity": 0.0,
      "ifLocation": "",
      "maxPhoto": 0,
      "category": "",
      "remark": "",
      "pointId": "",
      "recordId": "",
      "projectsJson": "",
      "ifPlan": 0,
      "ifOne": 0,
      "pointVid": "",
      "feedbackText": "",
      "roadId": "",
      "roadName": "",
      "joinUuid": "",
      "planName": "",
      "countx": 0,
      "okCount": 0,
      "ifPass": 0,
      "okRate": 0.0,
      "wcbfb": 0.0,
      "ifLeak": 0,
      "recordStatus": "",
      "userNames": ""
    }
  ],
  "total": 0,
  "size": 0,
  "current": 0,
  "orders": [
    {
      "column": "",
      "asc": false
    }
  ],
  "optimizeCountSql": false,
  "searchCount": false,
  "countId": "",
  "maxLimit": 0,
  "pages": 0
}
修改于 2025-06-16 08:08:44
上一页
点位查询
Built with