POST NewsApi?pageindex={pageindex}&pagesize={pagesize}&keyword={keyword}&boardparam={boardparam}&actionparam={actionparam}
“NewsDataList”的文档。
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. |
| keyword | “keyword”的文档。 |
Define this parameter in the request URI. |
| boardparam | “boardparam”的文档。 |
Define this parameter in the request URI. |
| actionparam | “actionparam”的文档。 |
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"
}
]