智慧工地平台接口文档

智慧工地平台接口文档


获取升降机巡检记录

获取升降机巡检记录

维护人:fanq

URL

  • POST /ip:port/hoistDeviceInspection/listDeviceInspectionByListDeviceId

描述:获取升降机巡检记录

ContentType:application/json

请求头

名称 必填 描述 示例值
authorization 登录token值 Bearer Bearer eyJhbGciOiJIUzUxMiJ9.eyJqdGkiOiIyNzExYjRiMWIwODY0YmI2YTU2Y2Y0ZGJlNDE5ZjA5NSIsImF1dGgiOiJhZG1pbiIsInN1YiI6ImFkbWluIn0.6j6Q2KFpSfzwKG5nkWQ7gXdNnDbTKqVH-gNU8StmLlGCIpvuKN_2ycPrFcJaY5RPvYzQDjPoBk9J8VtSm0yLYA

请求参数

Body Parameter
名称 类型 必填 最大长度 描述 示例值
deviceIdSet array - 设备id集合 730,712
time array - BETWEEN 2023-09-08 14:30:21,2023-09-08 14:30:21
page int32 - No comments found. 1
size int32 - No comments found. 10
sort string - No comments found. 9445d7

请求示例

{
    "deviceIdSet": [
        730,
        712
    ],
    "time": [
        "2023-09-08 14:30:21",
        "2023-09-08 14:30:21"
    ],
    "page": 1,
    "size": 10,
    "sort": "9445d7"
}

响应参数

名称 类型 必填 最大长度 描述 示例值
totalElements int64 - No comments found. 667
contentObj object No comments found.
└ id int64 - id 333
└ deviceId int64 - 设备ID 298
└ time object - 时间 2023-09-08 14:30:21
└ recognitionResults int32 - 识别结果 558
└ inspectorName string - 巡检员姓名 bula.lynch
└ driverId string - 用户ID 109
└ recgRercentage int32 - 识别分数(百分比) 31
└ inspectorIdCardNo string - 巡检员身份证号 bcx0sx
└ specialEquipmentOperatorCertificateId string - 特种设备作业证号 109
└ jobCategory string - 岗位类型 frwr14
└ maintenanceOfDeviceInfoStr string - 设备维护信息 6dxlve
content array No comments found.
└ any object object - any object.

响应示例

{
    "totalElements": 667,
    "contentObj": {
        "id": 333,
        "deviceId": 298,
        "time": "2023-09-08 14:30:21",
        "recognitionResults": 558,
        "inspectorName": "bula.lynch",
        "driverId": "109",
        "recgRercentage": 31,
        "inspectorIdCardNo": "bcx0sx",
        "specialEquipmentOperatorCertificateId": "109",
        "jobCategory": "frwr14",
        "maintenanceOfDeviceInfoStr": "6dxlve"
    },
    "content": [
        {
            "any object": {}
        }
    ]
}

错误码

页面列表

ITEM_HTML