GET api/Agent/MicroApp/BroadCast/ToAgent/Query?pageindex={pageindex}
以不计页数的分页方式查询当前运营商用户可以查看的未过有效期的公告
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageindex | integer |
Default value is 1 |
Body Parameters
None.
Response Information
Resource Description
以不计页数的分页方式查询当前运营商用户可以查看的未过有效期的公告
CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfPlatformBroadcastCanReadItem| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | SimplePageDataWithNoCountResultOfPlatformBroadcastCanReadItem |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": {
"pageIndex": 1,
"pageSize": 2,
"hasMorePages": "sample string 3",
"records": [
{
"BroadcastId": 1,
"Title": "sample string 2",
"ImportmentLevel": "sample string 3",
"ReleaseStatus": "sample string 4",
"BroadTime": "2025-12-24T10:34:03.3671047+08:00",
"EffectTime": "2025-12-24T10:34:03.3671047+08:00",
"Readed": "sample string 7",
"LastestReadTime": "2025-12-24T10:34:03.3671047+08:00",
"ReadTimes": 9,
"AuthorType": "sample string 10",
"AgentId": 11,
"AgentName": "sample string 12",
"TextContent": "sample string 13",
"ImageCount": 14
},
{
"BroadcastId": 1,
"Title": "sample string 2",
"ImportmentLevel": "sample string 3",
"ReleaseStatus": "sample string 4",
"BroadTime": "2025-12-24T10:34:03.3671047+08:00",
"EffectTime": "2025-12-24T10:34:03.3671047+08:00",
"Readed": "sample string 7",
"LastestReadTime": "2025-12-24T10:34:03.3671047+08:00",
"ReadTimes": 9,
"AuthorType": "sample string 10",
"AgentId": 11,
"AgentName": "sample string 12",
"TextContent": "sample string 13",
"ImageCount": 14
}
]
}
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfPlatformBroadcastCanReadItemwlCnhfv3rCdCJ3eC 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>
<hasMorePages>sample string 3</hasMorePages>
<pageIndex>1</pageIndex>
<pageSize>2</pageSize>
<records xmlns:d3p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Flowmeter">
<d3p1:PlatformBroadcastCanReadItem>
<d3p1:AgentId>11</d3p1:AgentId>
<d3p1:AgentName>sample string 12</d3p1:AgentName>
<d3p1:AuthorType>sample string 10</d3p1:AuthorType>
<d3p1:BroadTime>2025-12-24T10:34:03.3671047+08:00</d3p1:BroadTime>
<d3p1:BroadcastId>1</d3p1:BroadcastId>
<d3p1:EffectTime>2025-12-24T10:34:03.3671047+08:00</d3p1:EffectTime>
<d3p1:ImageCount>14</d3p1:ImageCount>
<d3p1:ImportmentLevel>sample string 3</d3p1:ImportmentLevel>
<d3p1:LastestReadTime>2025-12-24T10:34:03.3671047+08:00</d3p1:LastestReadTime>
<d3p1:ReadTimes>9</d3p1:ReadTimes>
<d3p1:Readed>sample string 7</d3p1:Readed>
<d3p1:ReleaseStatus>sample string 4</d3p1:ReleaseStatus>
<d3p1:TextContent>sample string 13</d3p1:TextContent>
<d3p1:Title>sample string 2</d3p1:Title>
</d3p1:PlatformBroadcastCanReadItem>
<d3p1:PlatformBroadcastCanReadItem>
<d3p1:AgentId>11</d3p1:AgentId>
<d3p1:AgentName>sample string 12</d3p1:AgentName>
<d3p1:AuthorType>sample string 10</d3p1:AuthorType>
<d3p1:BroadTime>2025-12-24T10:34:03.3671047+08:00</d3p1:BroadTime>
<d3p1:BroadcastId>1</d3p1:BroadcastId>
<d3p1:EffectTime>2025-12-24T10:34:03.3671047+08:00</d3p1:EffectTime>
<d3p1:ImageCount>14</d3p1:ImageCount>
<d3p1:ImportmentLevel>sample string 3</d3p1:ImportmentLevel>
<d3p1:LastestReadTime>2025-12-24T10:34:03.3671047+08:00</d3p1:LastestReadTime>
<d3p1:ReadTimes>9</d3p1:ReadTimes>
<d3p1:Readed>sample string 7</d3p1:Readed>
<d3p1:ReleaseStatus>sample string 4</d3p1:ReleaseStatus>
<d3p1:TextContent>sample string 13</d3p1:TextContent>
<d3p1:Title>sample string 2</d3p1:Title>
</d3p1:PlatformBroadcastCanReadItem>
</records>
</tag>
</CommonOperationResultWithTagOfSimplePageDataWithNoCountResultOfPlatformBroadcastCanReadItemwlCnhfv3rCdCJ3eC>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.