GET SPListNotice?userid={userid}&PageSize={PageSize}&PageNo={PageNo}
“GetUserNoticeListForApp”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| userid | “userid”的文档。 |
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:
[
{
"addtime": "2025-11-02T16:28:30.036291+08:00",
"id": 2,
"haveread": 3,
"title": "sample string 4",
"touser": "sample string 5",
"fromer": "sample string 6",
"content": "sample string 7",
"stats": 8
},
{
"addtime": "2025-11-02T16:28:30.036291+08:00",
"id": 2,
"haveread": 3,
"title": "sample string 4",
"touser": "sample string 5",
"fromer": "sample string 6",
"content": "sample string 7",
"stats": 8
},
{
"addtime": "2025-11-02T16:28:30.036291+08:00",
"id": 2,
"haveread": 3,
"title": "sample string 4",
"touser": "sample string 5",
"fromer": "sample string 6",
"content": "sample string 7",
"stats": 8
}
]