GET SPListNotice?pageSize={pageSize}&pageNo={pageNo}&nuserid={nuserid}
“Get”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pageSize | “pageSize”的文档。 |
Define this parameter in the request URI. |
pageNo | “pageNo”的文档。 |
Define this parameter in the request URI. |
nuserid | “nuserid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Code": 1, "Data": [ { "time": "sample string 1", "id": 2, "haveread": 3, "title": "sample string 4", "touser": "sample string 5", "fromer": "sample string 6", "content": "sample string 7", "stats": 8 }, { "time": "sample string 1", "id": 2, "haveread": 3, "title": "sample string 4", "touser": "sample string 5", "fromer": "sample string 6", "content": "sample string 7", "stats": 8 }, { "time": "sample string 1", "id": 2, "haveread": 3, "title": "sample string 4", "touser": "sample string 5", "fromer": "sample string 6", "content": "sample string 7", "stats": 8 } ], "Msg": "sample string 2" }