GET api/MeterRead/GetMeterReadRecord?taskId={taskId}&leaderId={leaderId}&pageIndex={pageIndex}&pageSize={pageSize}
负责人查看任务下的仪表结果
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | string |
Required |
|
| leaderId | string |
Required |
|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfMeterReadTaskRecordResponses| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | MeterReadTaskRecordResponses |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"TaskTotal": 1,
"UnSuccess": 2,
"Success": 3,
"MeterReadTaskList": [
{
"RoomName": "sample string 1",
"MeterName": "sample string 2",
"MeterTypeName": "sample string 3",
"TaskStatusName": "sample string 4",
"TaskStatus": 5,
"StaffName": "sample string 6",
"StaffTel": "sample string 7",
"CompleteDate": "sample string 8"
},
{
"RoomName": "sample string 1",
"MeterName": "sample string 2",
"MeterTypeName": "sample string 3",
"TaskStatusName": "sample string 4",
"TaskStatus": 5,
"StaffName": "sample string 6",
"StaffTel": "sample string 7",
"CompleteDate": "sample string 8"
}
]
}
}