GET api/User/Records?privateId={privateId}&pageIndex={pageIndex}&pageSize={pageSize}
“Records”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| privateId | “privateId”的文档。 |
Define this parameter in the request URI. |
| pageIndex | “pageIndex”的文档。 |
Define this parameter in the request URI. |
| pageSize | “pageSize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"page": 1,
"pageCount": 2,
"dataCount": 3,
"PageSize": 4,
"data": [
{
"id": 1,
"typeId": 2,
"content": "sample string 3",
"mediaAddress": "sample string 4",
"status": 5,
"createTime": "sample string 6",
"userId": 7,
"officeId": 8,
"userName": "sample string 9",
"headImg": "sample string 10",
"mediaType": "sample string 11"
},
{
"id": 1,
"typeId": 2,
"content": "sample string 3",
"mediaAddress": "sample string 4",
"status": 5,
"createTime": "sample string 6",
"userId": 7,
"officeId": 8,
"userName": "sample string 9",
"headImg": "sample string 10",
"mediaType": "sample string 11"
},
{
"id": 1,
"typeId": 2,
"content": "sample string 3",
"mediaAddress": "sample string 4",
"status": 5,
"createTime": "sample string 6",
"userId": 7,
"officeId": 8,
"userName": "sample string 9",
"headImg": "sample string 10",
"mediaType": "sample string 11"
}
],
"noReadId": 5,
"noReadCount": 6,
"nickName": "sample string 7",
"headImg": "sample string 8",
"fnickName": "sample string 9",
"fheadImg": "sample string 10"
}
application/xml, text/xml
Sample:
<PageModelOfUsersMessageViewModelBctccOYy xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimplePromotion.Models">
<PageSize>4</PageSize>
<data>
<UsersMessageViewModel>
<content>sample string 3</content>
<createTime>sample string 6</createTime>
<headImg>sample string 10</headImg>
<id>1</id>
<mediaAddress>sample string 4</mediaAddress>
<mediaType>sample string 11</mediaType>
<officeId>8</officeId>
<status>5</status>
<typeId>2</typeId>
<userId>7</userId>
<userName>sample string 9</userName>
</UsersMessageViewModel>
<UsersMessageViewModel>
<content>sample string 3</content>
<createTime>sample string 6</createTime>
<headImg>sample string 10</headImg>
<id>1</id>
<mediaAddress>sample string 4</mediaAddress>
<mediaType>sample string 11</mediaType>
<officeId>8</officeId>
<status>5</status>
<typeId>2</typeId>
<userId>7</userId>
<userName>sample string 9</userName>
</UsersMessageViewModel>
<UsersMessageViewModel>
<content>sample string 3</content>
<createTime>sample string 6</createTime>
<headImg>sample string 10</headImg>
<id>1</id>
<mediaAddress>sample string 4</mediaAddress>
<mediaType>sample string 11</mediaType>
<officeId>8</officeId>
<status>5</status>
<typeId>2</typeId>
<userId>7</userId>
<userName>sample string 9</userName>
</UsersMessageViewModel>
</data>
<dataCount>3</dataCount>
<fheadImg>sample string 10</fheadImg>
<fnickName>sample string 9</fnickName>
<headImg>sample string 8</headImg>
<nickName>sample string 7</nickName>
<noReadCount>6</noReadCount>
<noReadId>5</noReadId>
<page>1</page>
<pageCount>2</pageCount>
</PageModelOfUsersMessageViewModelBctccOYy>