POST admin/dev/change-log/list

Request Information

URI Parameters

None.

Body Parameters

RqPageFilterOfFilterDevChg
NameDescriptionTypeAdditional information
pageNo

integer

None.

keywords

string

None.

modelFilter

FilterDevChg

None.

Request Formats

application/json, text/json

Sample:
{
  "pageNo": 1,
  "keywords": "sample string 2",
  "modelFilter": {
    "DevId": 1
  }
}

application/xml, text/xml

Sample:
<RqPageFilterOfFilterDevChgZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <keywords>sample string 2</keywords>
  <modelFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/YHT.Core">
    <d2p1:DevId>1</d2p1:DevId>
  </modelFilter>
  <pageNo>1</pageNo>
</RqPageFilterOfFilterDevChgZ_PTyOvyo>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RqPageFilter`1'.

Response Information

Resource Description

RtPageListOfQDevChg
NameDescriptionTypeAdditional information
data

PageDataOfQDevChg

None.

code

integer

None.

msg

string

None.

Response Formats

application/json, text/json

Sample:
{
  "data": {
    "totalNum": 1,
    "totalPage": 0,
    "list": [
      {
        "DateFormated": "2025-04-24 07:51:44",
        "CreatedDate": "2025-04-24T07:51:44.5901241+08:00",
        "Weight": 2.0,
        "DoorId": 3,
        "StatusId": 4,
        "Username": "sample string 5",
        "BatVal": 6.0,
        "IsFull": true,
        "SmokeVal": 8.0,
        "Lat": 9.0,
        "Lng": 10.0
      },
      {
        "DateFormated": "2025-04-24 07:51:44",
        "CreatedDate": "2025-04-24T07:51:44.5901241+08:00",
        "Weight": 2.0,
        "DoorId": 3,
        "StatusId": 4,
        "Username": "sample string 5",
        "BatVal": 6.0,
        "IsFull": true,
        "SmokeVal": 8.0,
        "Lat": 9.0,
        "Lng": 10.0
      }
    ]
  },
  "code": 1,
  "msg": "sample string 2"
}

application/xml, text/xml

Sample:
<RtPageListOfQDevChgZ_PTyOvyo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model">
  <code>1</code>
  <msg>sample string 2</msg>
  <data>
    <list xmlns:d3p1="http://schemas.datacontract.org/2004/07/YHT.Core">
      <d3p1:QDevChg>
        <d3p1:BatVal>6</d3p1:BatVal>
        <d3p1:CreatedDate>2025-04-24T07:51:44.5901241+08:00</d3p1:CreatedDate>
        <d3p1:DoorId>3</d3p1:DoorId>
        <d3p1:IsFull>true</d3p1:IsFull>
        <d3p1:Lat>9</d3p1:Lat>
        <d3p1:Lng>10</d3p1:Lng>
        <d3p1:SmokeVal>8</d3p1:SmokeVal>
        <d3p1:StatusId>4</d3p1:StatusId>
        <d3p1:Username>sample string 5</d3p1:Username>
        <d3p1:Weight>2</d3p1:Weight>
      </d3p1:QDevChg>
      <d3p1:QDevChg>
        <d3p1:BatVal>6</d3p1:BatVal>
        <d3p1:CreatedDate>2025-04-24T07:51:44.5901241+08:00</d3p1:CreatedDate>
        <d3p1:DoorId>3</d3p1:DoorId>
        <d3p1:IsFull>true</d3p1:IsFull>
        <d3p1:Lat>9</d3p1:Lat>
        <d3p1:Lng>10</d3p1:Lng>
        <d3p1:SmokeVal>8</d3p1:SmokeVal>
        <d3p1:StatusId>4</d3p1:StatusId>
        <d3p1:Username>sample string 5</d3p1:Username>
        <d3p1:Weight>2</d3p1:Weight>
      </d3p1:QDevChg>
    </list>
    <totalNum>1</totalNum>
  </data>
</RtPageListOfQDevChgZ_PTyOvyo>