POST api/getXunjianEvent/page

Request Information

URI Parameters

None.

Body Parameters

Pagess
NameDescriptionTypeAdditional information
PageNo

integer

None.

PageSize

integer

None.

name

string

None.

dts

date

None.

dte

date

None.

Request Formats

application/json, text/json

Sample:
{
  "PageNo": 1,
  "PageSize": 2,
  "name": "sample string 3",
  "dts": "2026-01-11T09:00:00.1416905+08:00",
  "dte": "2026-01-11T09:00:00.1416905+08:00"
}

application/xml, text/xml

Sample:
<Pagess xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApi.Models">
  <PageNo>1</PageNo>
  <PageSize>2</PageSize>
  <dte>2026-01-11T09:00:00.1416905+08:00</dte>
  <dts>2026-01-11T09:00:00.1416905+08:00</dts>
  <name>sample string 3</name>
</Pagess>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfListOft_inspection_taskevent
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

Collection of 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:00.1426665+08:00",
      "_t_task_eventetime": "2026-01-11T09:00:00.1426665+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"
      ]
    },
    {
      "_t_task_eventid": "sample string 11",
      "_t_task_eventtitle": "sample string 12",
      "_t_task_eventuserid": 1,
      "_t_task_eventstime": "2026-01-11T09:00:00.1426665+08:00",
      "_t_task_eventetime": "2026-01-11T09:00:00.1426665+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:
<ApiResultOfArrayOft_inspection_taskeventcPwBY3H0 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />