GET API/Property/GetRepairByResidentId/{residentId}/{communityId}?lastId={lastId}
业主获取自己的小区报修 返回结果: {"Status":true/false,"Code":"","Data":{"Valid":true/false,"Message":"","Obj":[{"Id":"报修ID","Status":0(已反馈)1(正在处理)2(已结束已评价)3(已结束未评价)4(物业关闭)5(业主关闭),"Content":"内容","DateTime":"发布时间","Score":评分,"Type":0,"NewCount":新消息数}]}}
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
residentId | 业主Id |
Define this parameter in the request URI. |
communityId | 小区Id |
Define this parameter in the request URI. |
lastId | 上一页最后一条记录的Id |
Define this parameter in the request URI. |