POST Api/SysNotice/SysNoticeInfoList

系统公告信息列表

请求信息

URI 参数

None.

Body 参数

PageParameter
名称描述类型附加信息
PageIndex

分页页码(可选)

integer

None.

PageCount

每页记录数(可选)

integer

None.

请求格式

application/json, text/json

Sample:
{
  "PageIndex": 1,
  "PageCount": 2
}

application/xml, text/xml

Sample:
<PageParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
  <PageCount>2</PageCount>
  <PageIndex>1</PageIndex>
</PageParameter>

application/x-www-form-urlencoded

Sample:

Sample not available.

响应信息

资源描述

系统公告信息列表

ApiJsonBaseOfPageDataOfSysNoticeInfoList
名称描述类型附加信息
Result

boolean

None.

Message

string

None.

State

integer

None.

BizData

PageDataOfSysNoticeInfoList

None.

响应格式

application/json, text/json

Sample:
{
  "Result": true,
  "Message": "sample string 2",
  "State": 3,
  "BizData": {
    "PageIndex": 1,
    "PageCount": 2,
    "RecordCount": 3,
    "SurplusQty": 4,
    "Items": [
      {
        "Id": 1,
        "IdStr": "1",
        "Title": "sample string 2",
        "CreateTime": "2025-07-05T21:56:18.1915013+08:00"
      },
      {
        "Id": 1,
        "IdStr": "1",
        "Title": "sample string 2",
        "CreateTime": "2025-07-05T21:56:18.1915013+08:00"
      }
    ],
    "TotalSum": {
      "Id": 1,
      "IdStr": "1",
      "Title": "sample string 2",
      "CreateTime": "2025-07-05T21:56:18.1915013+08:00"
    }
  }
}

application/xml, text/xml

Sample:
<ApiJsonBaseOfPageDataOfSysNoticeInfoListdTJz0k28pcGagTav xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UDenCloudProject.API.Models">
  <BizData xmlns:d2p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels">
    <d2p1:Items xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels.SysNotice">
      <d3p1:SysNoticeInfoList>
        <d3p1:CreateTime>2025-07-05T21:56:18.1915013+08:00</d3p1:CreateTime>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Title>sample string 2</d3p1:Title>
      </d3p1:SysNoticeInfoList>
      <d3p1:SysNoticeInfoList>
        <d3p1:CreateTime>2025-07-05T21:56:18.1915013+08:00</d3p1:CreateTime>
        <d3p1:Id>1</d3p1:Id>
        <d3p1:Title>sample string 2</d3p1:Title>
      </d3p1:SysNoticeInfoList>
    </d2p1:Items>
    <d2p1:PageCount>2</d2p1:PageCount>
    <d2p1:PageIndex>1</d2p1:PageIndex>
    <d2p1:RecordCount>3</d2p1:RecordCount>
    <d2p1:SurplusQty>4</d2p1:SurplusQty>
    <d2p1:TotalSum xmlns:d3p1="http://schemas.datacontract.org/2004/07/UDenCloudProject.Model.ParameterModels.SysNotice">
      <d3p1:CreateTime>2025-07-05T21:56:18.1915013+08:00</d3p1:CreateTime>
      <d3p1:Id>1</d3p1:Id>
      <d3p1:Title>sample string 2</d3p1:Title>
    </d2p1:TotalSum>
  </BizData>
  <Message>sample string 2</Message>
  <Result>true</Result>
  <State>3</State>
</ApiJsonBaseOfPageDataOfSysNoticeInfoListdTJz0k28pcGagTav>