GET SPListMessage?userid={userid}&type={type}&PageSize={PageSize}&PageNo={PageNo}
“GetUserMessageListForApp”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userid | “userid”的文档。 |
Define this parameter in the request URI. |
| type | “type”的文档。 |
Define this parameter in the request URI. |
| PageSize | “PageSize”的文档。 |
Define this parameter in the request URI. |
| PageNo | “PageNo”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[
{
"createtime": "2025-11-13T15:49:00.4131396+08:00",
"id": 2,
"targetId": 3,
"targetTypes": 4,
"title": "sample string 5",
"userid": "sample string 6",
"contexts": "sample string 7",
"state": 8,
"fromuserid": "sample string 9",
"fromuserface": "sample string 10",
"fromusername": "sample string 11"
},
{
"createtime": "2025-11-13T15:49:00.4131396+08:00",
"id": 2,
"targetId": 3,
"targetTypes": 4,
"title": "sample string 5",
"userid": "sample string 6",
"contexts": "sample string 7",
"state": 8,
"fromuserid": "sample string 9",
"fromuserface": "sample string 10",
"fromusername": "sample string 11"
},
{
"createtime": "2025-11-13T15:49:00.4131396+08:00",
"id": 2,
"targetId": 3,
"targetTypes": 4,
"title": "sample string 5",
"userid": "sample string 6",
"contexts": "sample string 7",
"state": 8,
"fromuserid": "sample string 9",
"fromuserface": "sample string 10",
"fromusername": "sample string 11"
}
]