GET api/MeterRead/GetTaskMeterListByMeterId?taskId={taskId}&personTaskId={personTaskId}&meterId={meterId}
根据扫描二维码的仪表id得到该仪表参与的任务列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| taskId | string |
Required |
|
| personTaskId | string |
Required |
|
| meterId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfMeterReadTaskDatas| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | MeterReadTaskDatas |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"SubTaskId": "sample string 1",
"MeterId": "sample string 2",
"MeterModelId": "sample string 3",
"MeterName": "sample string 4",
"RoomName": "sample string 5",
"MeterTypeName": "sample string 6",
"TaskStatus": 7,
"MeterType": true,
"TaskStatusName": "sample string 9",
"CompleteDate": "sample string 10"
}
}