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-01-02T22:18:36.814824+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-01-02T22:18:36.814824+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-01-02T22:18:36.814824+08:00", "id": 2, "haveread": 3, "title": "sample string 4", "touser": "sample string 5", "fromer": "sample string 6", "content": "sample string 7", "stats": 8 } ]