GET api/getXunjianEventDetail/Detail?eventid={eventid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
eventid

string

Required

Body Parameters

None.

Response Information

Resource Description

ApiResultOft_inspection_taskevent
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

t_inspection_taskevent

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 2",
  "Data": {
    "_t_task_eventid": "sample string 11",
    "_t_task_eventtitle": "sample string 12",
    "_t_task_eventuserid": 1,
    "_t_task_eventstime": "2026-01-11T09:00:44.3642834+08:00",
    "_t_task_eventetime": "2026-01-11T09:00:44.3642834+08:00",
    "_t_task_eventetimg": "sample string 15",
    "_t_task_eventetimg2": "sample string 16",
    "_t_task_eventstate": 17,
    "_t_task_eventremark": "sample string 18",
    "_t_taskid": "sample string 20",
    "_t_task_eventremark2": "sample string 19",
    "_task_states": "sample string 8",
    "_task_stimes": "sample string 9",
    "_task_etimes": "sample string 10",
    "_username": "sample string 7",
    "_taskname": "sample string 6",
    "_evaluate": "sample string 1",
    "_lng": "sample string 5",
    "_lat": "sample string 4",
    "_pjresult": "sample string 2",
    "_pjbz": "sample string 3",
    "_task_eventetimg": [
      "sample string 1",
      "sample string 2"
    ],
    "_task_eventetimg2": [
      "sample string 1",
      "sample string 2"
    ]
  }
}

application/xml, text/xml

Sample:
<ApiResultOft_inspection_taskeventcPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />