GET api/Platform/Broadcast/CurrentUserCanRead/PageIndex/Next?pageindex={pageindex}&broadcastid={broadcastid}
获取当前用户可以阅读的公告影印件的下一页。
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| pageindex | 当前公告影印件的页序号. | string | Required | 
| broadcastid | 当前公告的ID. | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
获取当前用户可以阅读的公告影印件的下一页。
CommonOperationResultWithTagOfString| Name | Description | Type | Additional information | 
|---|---|---|---|
| errcode | integer | None. | |
| errmsg | string | None. | |
| tag | string | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "errcode": 1,
  "errmsg": "sample string 2",
  "tag": "sample string 3"
}
        application/xml, text/xml
            Sample:
        <CommonOperationResultWithTagOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>sample string 3</tag> </CommonOperationResultWithTagOfstring>
application/bson
            Sample:
Binary JSON content. See http://bsonspec.org for details.