GET API/YF/GetLstDefectByRoomId/{roomId}?status={status}&search={search}&startDate={startDate}&endDate={endDate}&lastId={lastId}&pageSize={pageSize}
根据套户ID获取记录 returns{Id-GUID,Created-创建时间,OrderNumber-单号,Content-内容,Status-Status-状态(int-待处理0,处理中1,已处理2,无效异常3),Position-部位,InspectionItem-检查项,TypeName-异常类别名称}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
roomId | 业主ID |
Define this parameter in the request URI. |
status | 逗号隔开状态数字集合(待处理0,处理中1,已处理2,无效异常3;待处理+处理中 则为 0,1;string.empty表示全部) |
Define this parameter in the request URI. |
search | 模糊搜索(单号、内容) |
Define this parameter in the request URI. |
startDate | 开始日期(发起,string.empty表示不以时间检索) |
Define this parameter in the request URI. |
endDate | 结束日期(发起,string.empty表示不以时间检索) |
Define this parameter in the request URI. |
lastId | 上一页最后一条记录的ID |
Define this parameter in the request URI. |
pageSize | 每次显示多少条记录 |
Define this parameter in the request URI. |