GET MessageList?touser={touser}&mtype={mtype}&pageIndex={pageIndex}&pageSize={pageSize}&strwhere={strwhere}
“GetMsgPageList”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| conn | “conn”的文档。 |
Define this parameter in the request body. |
| touser | “touser”的文档。 |
Define this parameter in the request URI. |
| mtype | “mtype”的文档。 |
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. |
| strwhere | “strwhere”的文档。 |
Define this parameter in the request URI. |
Request body formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"Id": "sample string 1",
"Addtime": "sample string 2",
"Myface": "sample string 3",
"Fromer": "sample string 4",
"Content": "sample string 5",
"Title": "sample string 6",
"haveread": 7,
"ReadStatus": "sample string 8"
},
{
"Id": "sample string 1",
"Addtime": "sample string 2",
"Myface": "sample string 3",
"Fromer": "sample string 4",
"Content": "sample string 5",
"Title": "sample string 6",
"haveread": 7,
"ReadStatus": "sample string 8"
},
{
"Id": "sample string 1",
"Addtime": "sample string 2",
"Myface": "sample string 3",
"Fromer": "sample string 4",
"Content": "sample string 5",
"Title": "sample string 6",
"haveread": 7,
"ReadStatus": "sample string 8"
}
]