GET api/Patrol/GetPatrolTaskAddressRecord?id={id}

查看个人巡更点扫码结果信息及模板答案信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

巡更纪录ID 即 PatrolTaskAddressAndStaffId

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultObjOfGetPatrolTaskAddressRecordResponse
NameDescriptionTypeAdditional information
Status

boolean

None.

Mesg

string

None.

Data

GetPatrolTaskAddressRecordResponse

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Mesg": "sample string 2",
  "Data": {
    "SN": "sample string 1",
    "Title": "sample string 2",
    "IsExcept": true,
    "PatrolDate": "sample string 4",
    "TwoDistance": 5.0,
    "Memo": "sample string 6",
    "Image": "sample string 7",
    "StaffName": "sample string 8",
    "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"
      }
    ]
  }
}