GET api/Inspection/GetInspectionRecordandTemplateInfo/{id}
获取巡更个人任务扫码结果集模板答案
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultObjOfGetInspectionTaskRecordAndTemplateInfoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | GetInspectionTaskRecordAndTemplateInfoResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"FacilityNo": "sample string 1",
"FacilityName": "sample string 2",
"LocalInfo": "sample string 3",
"TaskChildAndExecutorId": "sample string 4",
"StaffName": "sample string 5",
"Lng": 6.0,
"Lat": 7.0,
"IsExcept": true,
"TwoDistance": 9.0,
"Memo": "sample string 10",
"Image": "sample string 11",
"InspectionDate": "sample string 12",
"TemplateAnswer": [
{
"QuestionId": "sample string 1",
"Answer": [
{
"Text": "sample string 1",
"IsError": true
},
{
"Text": "sample string 1",
"IsError": true
}
],
"Memo": "sample string 2"
},
{
"QuestionId": "sample string 1",
"Answer": [
{
"Text": "sample string 1",
"IsError": true
},
{
"Text": "sample string 1",
"IsError": true
}
],
"Memo": "sample string 2"
}
]
}
}