GET api/UserInfoV770/SysNotices?sign={sign}&stamp={stamp}&page={page}

消息--系统消息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sign

string

Default value is

stamp

string

Default value is

page

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

ZaiMieApp.WebApi.ViewModel.ResultDataOfZaiMieApp.WebApi.ViewModel.ClientMessageItemOfZaiMieApp.WebApi.ViewModel.SysNoticeType
NameDescriptionTypeAdditional information
recordsetCount

integer

None.

pageSize

integer

None.

page

integer

None.

allPage

integer

None.

message

string

None.

success

boolean

None.

code

integer

None.

data

Collection of ZaiMieApp.WebApi.ViewModel.ClientMessageItemOfZaiMieApp.WebApi.ViewModel.SysNoticeType

None.

Response Formats

application/json, text/json

Sample:
{
  "recordsetCount": 1,
  "pageSize": 2,
  "page": 3,
  "allPage": 4,
  "message": "sample string 5",
  "success": true,
  "code": 7,
  "data": [
    {
      "isRead": 1,
      "msgTime": "sample string 2",
      "item": {
        "type": 1,
        "typeIcon": "sample string 2",
        "typeName": "sample string 3",
        "msg": "sample string 4"
      }
    },
    {
      "isRead": 1,
      "msgTime": "sample string 2",
      "item": {
        "type": 1,
        "typeIcon": "sample string 2",
        "typeName": "sample string 3",
        "msg": "sample string 4"
      }
    }
  ]
}

application/xml, text/xml

Sample:
<ResultDataOfClientMessageItemOfSysNoticeTypePr2Hy9OIPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
  <allPage>4</allPage>
  <code>7</code>
  <data>
    <ClientMessageItemOfSysNoticeTypePr2Hy9OI>
      <isRead>1</isRead>
      <item>
        <msg>sample string 4</msg>
        <type>1</type>
        <typeIcon>sample string 2</typeIcon>
        <typeName>sample string 3</typeName>
      </item>
      <msgTime>sample string 2</msgTime>
    </ClientMessageItemOfSysNoticeTypePr2Hy9OI>
    <ClientMessageItemOfSysNoticeTypePr2Hy9OI>
      <isRead>1</isRead>
      <item>
        <msg>sample string 4</msg>
        <type>1</type>
        <typeIcon>sample string 2</typeIcon>
        <typeName>sample string 3</typeName>
      </item>
      <msgTime>sample string 2</msgTime>
    </ClientMessageItemOfSysNoticeTypePr2Hy9OI>
  </data>
  <message>sample string 5</message>
  <page>3</page>
  <pageSize>2</pageSize>
  <recordsetCount>1</recordsetCount>
  <success>true</success>
</ResultDataOfClientMessageItemOfSysNoticeTypePr2Hy9OIPr2Hy9OI>