POST api/getXunjianPlan/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:26.187588+08:00",
  "dte": "2026-01-11T09:00:26.187588+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:26.187588+08:00</dte>
  <dts>2026-01-11T09:00:26.187588+08:00</dts>
  <name>sample string 3</name>
</Pagess>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfListOft_inspection_task
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

Collection of t_inspection_task

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 2",
  "Data": [
    {
      "_id": 1,
      "_address": "sample string 2",
      "_address1": "sample string 4",
      "_addressstate": 5,
      "_userid": 6,
      "_username": "sample string 7",
      "_stime": "2026-01-11T09:00:26.1885792+08:00",
      "_etime": "2026-01-11T09:00:26.1895392+08:00",
      "_stimes": "sample string 10",
      "_etimes": "sample string 11",
      "_tweek": 12,
      "_state": 13,
      "_taskmark": "sample string 14",
      "_addresscode": "sample string 3"
    },
    {
      "_id": 1,
      "_address": "sample string 2",
      "_address1": "sample string 4",
      "_addressstate": 5,
      "_userid": 6,
      "_username": "sample string 7",
      "_stime": "2026-01-11T09:00:26.1885792+08:00",
      "_etime": "2026-01-11T09:00:26.1895392+08:00",
      "_stimes": "sample string 10",
      "_etimes": "sample string 11",
      "_tweek": 12,
      "_state": 13,
      "_taskmark": "sample string 14",
      "_addresscode": "sample string 3"
    }
  ]
}

application/xml, text/xml

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