GET note/list?pageIndex={pageIndex}&pageSize={pageSize}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
pageIndex | integer |
Required |
|
pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonPageListOfnoteDetailName | Description | Type | Additional information |
---|---|---|---|
data | CommonPageDataListOfnoteDetail |
None. |
|
code | string |
None. |
|
msg | string |
None. |
|
msgDevelop | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "pageIndex": 1, "pageSize": 2, "list": [ { "id": "sample string 1", "title": "sample string 2", "shortContent": "sample string 3", "content": "sample string 4", "publishDate": "sample string 5", "fontSizeLevel": 6 }, { "id": "sample string 1", "title": "sample string 2", "shortContent": "sample string 3", "content": "sample string 4", "publishDate": "sample string 5", "fontSizeLevel": 6 } ] }, "code": "sample string 1", "msg": "sample string 2", "msgDevelop": "sample string 3" }