POST api/getreprot/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-11T08:59:32.9136817+08:00",
  "dte": "2026-01-11T08:59:32.9136817+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-11T08:59:32.9136817+08:00</dte>
  <dts>2026-01-11T08:59:32.9136817+08:00</dts>
  <name>sample string 3</name>
</Pagess>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiResultOfListOfdoclist
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

Collection of doclist

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 2",
  "Data": [
    {
      "id": 1,
      "Doc_code": "sample string 2",
      "Doc_title": "sample string 3",
      "Doc_creattime": "2026-01-11T08:59:32.9146554+08:00",
      "Doc_addtime": "2026-01-11T08:59:32.9146554+08:00",
      "Doc_file": "sample string 5",
      "Doc_userid": 1,
      "Doc_typeid": 1,
      "Doc_typefid": 1,
      "Doc_content": "sample string 6"
    },
    {
      "id": 1,
      "Doc_code": "sample string 2",
      "Doc_title": "sample string 3",
      "Doc_creattime": "2026-01-11T08:59:32.9146554+08:00",
      "Doc_addtime": "2026-01-11T08:59:32.9146554+08:00",
      "Doc_file": "sample string 5",
      "Doc_userid": 1,
      "Doc_typeid": 1,
      "Doc_typefid": 1,
      "Doc_content": "sample string 6"
    }
  ]
}

application/xml, text/xml

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