GET api/UserInfoV720/GetUserCenterReplyList?userinfoId={userinfoId}&Page={Page}&sign={sign}&stamp={stamp}

个人中心所有评论

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userinfoId

integer

Default value is 0

Page

integer

Default value is 1

sign

string

Default value is

stamp

string

Default value is

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.UserCenterReplyView
NameDescriptionTypeAdditional information
recordsetCount

integer

None.

pageSize

integer

None.

page

integer

None.

allPage

integer

None.

message

string

None.

success

boolean

None.

code

integer

None.

data

Collection of ZaiMieApp.WebApi.ViewModel.UserCenterReplyView

None.

Response Formats

application/json, text/json

Sample:
{
  "recordsetCount": 1,
  "pageSize": 2,
  "page": 3,
  "allPage": 4,
  "message": "sample string 5",
  "success": true,
  "code": 7,
  "data": [
    {
      "userinfoId": 1,
      "Id": 2,
      "nickname": "sample string 3",
      "headerImage": "sample string 4",
      "title": "sample string 5",
      "createDate": "sample string 6",
      "repliedUserInfoId": 7,
      "repliedNickName": "sample string 8",
      "replyContent": "sample string 9",
      "newsType": 10,
      "objectId": 11,
      "articleProperty": 12
    },
    {
      "userinfoId": 1,
      "Id": 2,
      "nickname": "sample string 3",
      "headerImage": "sample string 4",
      "title": "sample string 5",
      "createDate": "sample string 6",
      "repliedUserInfoId": 7,
      "repliedNickName": "sample string 8",
      "replyContent": "sample string 9",
      "newsType": 10,
      "objectId": 11,
      "articleProperty": 12
    }
  ]
}

application/xml, text/xml

Sample:
<ResultDataOfUserCenterReplyViewPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <allPage>4</allPage>
  <code>7</code>
  <data>
    <UserCenterReplyView>
      <Id>2</Id>
      <articleProperty>12</articleProperty>
      <createDate>sample string 6</createDate>
      <headerImage>sample string 4</headerImage>
      <newsType>10</newsType>
      <nickname>sample string 3</nickname>
      <objectId>11</objectId>
      <repliedNickName>sample string 8</repliedNickName>
      <repliedUserInfoId>7</repliedUserInfoId>
      <replyContent>sample string 9</replyContent>
      <title>sample string 5</title>
      <userinfoId>1</userinfoId>
    </UserCenterReplyView>
    <UserCenterReplyView>
      <Id>2</Id>
      <articleProperty>12</articleProperty>
      <createDate>sample string 6</createDate>
      <headerImage>sample string 4</headerImage>
      <newsType>10</newsType>
      <nickname>sample string 3</nickname>
      <objectId>11</objectId>
      <repliedNickName>sample string 8</repliedNickName>
      <repliedUserInfoId>7</repliedUserInfoId>
      <replyContent>sample string 9</replyContent>
      <title>sample string 5</title>
      <userinfoId>1</userinfoId>
    </UserCenterReplyView>
  </data>
  <message>sample string 5</message>
  <page>3</page>
  <pageSize>2</pageSize>
  <recordsetCount>1</recordsetCount>
  <success>true</success>
</ResultDataOfUserCenterReplyViewPr2Hy9OI>