POST api/MessageList

“GetList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "IsRead": true,
  "DeviceId": "a05d1b38-9c74-45ef-bb67-ce8b204e8c4f",
  "Page": 1,
  "Value": "sample string 2",
  "OperatorId": "a135ca38-fb62-4bf0-a73b-4ed77161e072",
  "Rows": 3,
  "BeginTime": "2026-07-18T17:09:27.9931326+08:00",
  "EndTime": "2026-07-18T17:09:27.9931326+08:00",
  "Id": "a2d44f75-cb24-435a-ae53-2464e3347674"
}

application/xml, text/xml

Sample:
<MessageAPIQueryParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SCWC.ISMS.DataAccess.Entities">
  <BeginTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-07-18T17:09:27.9931326+08:00</BeginTime>
  <EndTime xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">2026-07-18T17:09:27.9931326+08:00</EndTime>
  <Id xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">a2d44f75-cb24-435a-ae53-2464e3347674</Id>
  <OperatorId xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">a135ca38-fb62-4bf0-a73b-4ed77161e072</OperatorId>
  <Page xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">1</Page>
  <Rows xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">3</Rows>
  <Value xmlns="http://schemas.datacontract.org/2004/07/SCWC.Common">sample string 2</Value>
  <DeviceId>a05d1b38-9c74-45ef-bb67-ce8b204e8c4f</DeviceId>
  <IsRead>true</IsRead>
</MessageAPIQueryParam>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />