POST api/GetWkFeedbackList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
_WkFeedbackQuery
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PageSize": 1,
  "PageIndex": 2,
  "Id": 1,
  "Content": "sample string 3",
  "Image": "sample string 4",
  "WkUserId": 5,
  "WkUserName": "sample string 6",
  "State": 7,
  "HandleResult": "sample string 8",
  "HandleImage": "sample string 9",
  "HandleWkUserId": 10,
  "HandleWkUserName": "sample string 11",
  "cinput": "sample string 12",
  "ddate": "2025-12-09T18:49:05.0927088+08:00"
}

application/xml, text/xml

Sample:
<WkFeedbackQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <Content>sample string 3</Content>
  <Image>sample string 4</Image>
  <WkUserId>5</WkUserId>
  <WkUserName>sample string 6</WkUserName>
  <State>7</State>
  <HandleResult>sample string 8</HandleResult>
  <HandleImage>sample string 9</HandleImage>
  <HandleWkUserId>10</HandleWkUserId>
  <HandleWkUserName>sample string 11</HandleWkUserName>
  <cinput>sample string 12</cinput>
  <ddate>2025-12-09T18:49:05.0927088+08:00</ddate>
  <PageSize>1</PageSize>
  <PageIndex>2</PageIndex>
</WkFeedbackQuery>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Data": {},
  "Message": "sample string 3"
}

application/xml, text/xml

Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Result>1</Result>
  <Data />
  <Message>sample string 3</Message>
</HttpResult>