POST NewsApi?pageindex={pageindex}&pagesize={pagesize}&showType={showType}&boardid={boardid}&keywords={keywords}
“NewsYuanChuanList”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pageindex | “pageindex”的文档。 |
Define this parameter in the request URI. |
pagesize | “pagesize”的文档。 |
Define this parameter in the request URI. |
showType | “showType”的文档。 |
Define this parameter in the request URI. |
boardid | “boardid”的文档。 |
Define this parameter in the request URI. |
keywords | “keywords”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
[ { "id": 1, "Title": "sample string 2", "ContentSub": "sample string 3", "DateTimeDiff": "sample string 4", "Type": "sample string 5", "ImgUrl": "sample string 6", "ShareUrl": "sample string 7" }, { "id": 1, "Title": "sample string 2", "ContentSub": "sample string 3", "DateTimeDiff": "sample string 4", "Type": "sample string 5", "ImgUrl": "sample string 6", "ShareUrl": "sample string 7" }, { "id": 1, "Title": "sample string 2", "ContentSub": "sample string 3", "DateTimeDiff": "sample string 4", "Type": "sample string 5", "ImgUrl": "sample string 6", "ShareUrl": "sample string 7" } ]