POST api/MessageBoard/FindFeedBackPageList

Request Information

URI Parameters

None.

Body Parameters

FindFeedBackModel
NameDescriptionTypeAdditional information
UserName

string

None.

ContactWay

string

None.

ProcessingType

ProcessingType

None.

Ids

Collection of integer

None.

PageIndex

integer

None.

PageSize

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "UserName": "sample string 1",
  "ContactWay": "sample string 2",
  "ProcessingType": 0,
  "Ids": [
    1,
    1
  ],
  "PageIndex": 3,
  "PageSize": 4
}

application/xml, text/xml

Sample:
<FindFeedBackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MS.Report.Model.MessageBoard">
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/MS.Common">3</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/MS.Common">4</PageSize>
  <ContactWay>sample string 2</ContactWay>
  <Ids xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </Ids>
  <ProcessingType>Untreated</ProcessingType>
  <UserName>sample string 1</UserName>
</FindFeedBackModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResponseResultOfPageListModelOfSaveMessageBoardInfoReq
NameDescriptionTypeAdditional information
Status

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Data

PageListModelOfSaveMessageBoardInfoReq

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Data": {
    "Rows": [
      {
        "Id": 1,
        "FeedbackTitle": "sample string 2",
        "FeedbackType": 0,
        "FeedbackInfo": "sample string 3",
        "FeedbackImg": "sample string 4",
        "Principal": "sample string 5",
        "ProcessingTime": "2026-08-11 21:22:36",
        "ProcessingType": "Untreated",
        "Scheme": "sample string 6",
        "UserName": "sample string 7",
        "ContactWay": "sample string 8",
        "CreateDate": "2026-08-11 21:22:36"
      },
      {
        "Id": 1,
        "FeedbackTitle": "sample string 2",
        "FeedbackType": 0,
        "FeedbackInfo": "sample string 3",
        "FeedbackImg": "sample string 4",
        "Principal": "sample string 5",
        "ProcessingTime": "2026-08-11 21:22:36",
        "ProcessingType": "Untreated",
        "Scheme": "sample string 6",
        "UserName": "sample string 7",
        "ContactWay": "sample string 8",
        "CreateDate": "2026-08-11 21:22:36"
      }
    ],
    "Total": 1,
    "PageIndex": 2,
    "PageSize": 3
  }
}

application/xml, text/xml

Sample:
<ResponseResultOfPageListModelOfSaveMessageBoardInfoReqT2GUKSp6G0fLBEQf xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Willv.Common">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/MS.Common">
    <d2p1:PageIndex>2</d2p1:PageIndex>
    <d2p1:PageSize>3</d2p1:PageSize>
    <d2p1:Rows xmlns:d3p1="http://schemas.datacontract.org/2004/07/MS.Report.Model.MessageBoard">
      <d3p1:SaveMessageBoardInfoReq>
        <d3p1:ContactWay>sample string 8</d3p1:ContactWay>
        <d3p1:CreateDate>2026-08-11T21:22:36.5666358+08:00</d3p1:CreateDate>
        <d3p1:FeedbackImg>sample string 4</d3p1:FeedbackImg>
        <d3p1:FeedbackInfo>sample string 3</d3p1:FeedbackInfo>
        <d3p1:FeedbackTitle>sample string 2</d3p1:FeedbackTitle>
        <d3p1:FeedbackType>Opinion</d3p1:FeedbackType>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Principal>sample string 5</d3p1:Principal>
        <d3p1:ProcessingTime>2026-08-11T21:22:36.5666358+08:00</d3p1:ProcessingTime>
        <d3p1:ProcessingType>Untreated</d3p1:ProcessingType>
        <d3p1:Scheme>sample string 6</d3p1:Scheme>
        <d3p1:UserName>sample string 7</d3p1:UserName>
      </d3p1:SaveMessageBoardInfoReq>
      <d3p1:SaveMessageBoardInfoReq>
        <d3p1:ContactWay>sample string 8</d3p1:ContactWay>
        <d3p1:CreateDate>2026-08-11T21:22:36.5666358+08:00</d3p1:CreateDate>
        <d3p1:FeedbackImg>sample string 4</d3p1:FeedbackImg>
        <d3p1:FeedbackInfo>sample string 3</d3p1:FeedbackInfo>
        <d3p1:FeedbackTitle>sample string 2</d3p1:FeedbackTitle>
        <d3p1:FeedbackType>Opinion</d3p1:FeedbackType>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Principal>sample string 5</d3p1:Principal>
        <d3p1:ProcessingTime>2026-08-11T21:22:36.5666358+08:00</d3p1:ProcessingTime>
        <d3p1:ProcessingType>Untreated</d3p1:ProcessingType>
        <d3p1:Scheme>sample string 6</d3p1:Scheme>
        <d3p1:UserName>sample string 7</d3p1:UserName>
      </d3p1:SaveMessageBoardInfoReq>
    </d2p1:Rows>
    <d2p1:Total>1</d2p1:Total>
  </Data>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Status>true</Status>
</ResponseResultOfPageListModelOfSaveMessageBoardInfoReqT2GUKSp6G0fLBEQf>