GET api/SCMNotice/GetNoticeList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
ParamModal
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "pagination": {
    "total": 1,
    "pageSize": 2,
    "current": 3
  },
  "ErrorMsg": "sample string 1",
  "list": [
    {
      "Notice_id": 1,
      "SendUser": "sample string 2",
      "Subject": "sample string 3",
      "SendTime": "sample string 4",
      "Content": "sample string 5",
      "LET": "sample string 6",
      "ForAll": 7,
      "OnTop": 8,
      "State": 9,
      "Kh_ID": 10,
      "Kh_Name": "sample string 11"
    },
    {
      "Notice_id": 1,
      "SendUser": "sample string 2",
      "Subject": "sample string 3",
      "SendTime": "sample string 4",
      "Content": "sample string 5",
      "LET": "sample string 6",
      "ForAll": 7,
      "OnTop": 8,
      "State": 9,
      "Kh_ID": 10,
      "Kh_Name": "sample string 11"
    },
    {
      "Notice_id": 1,
      "SendUser": "sample string 2",
      "Subject": "sample string 3",
      "SendTime": "sample string 4",
      "Content": "sample string 5",
      "LET": "sample string 6",
      "ForAll": 7,
      "OnTop": 8,
      "State": 9,
      "Kh_ID": 10,
      "Kh_Name": "sample string 11"
    }
  ]
}

application/xml, text/xml

Sample:
<SCMNoticeListPageModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Controllers.SCM">
  <ErrorMsg>sample string 1</ErrorMsg>
  <list>
    <SCMNoticeModal>
      <Content>sample string 5</Content>
      <ForAll>7</ForAll>
      <Kh_ID>10</Kh_ID>
      <Kh_Name>sample string 11</Kh_Name>
      <LET>sample string 6</LET>
      <Notice_id>1</Notice_id>
      <OnTop>8</OnTop>
      <SendTime>sample string 4</SendTime>
      <SendUser>sample string 2</SendUser>
      <State>9</State>
      <Subject>sample string 3</Subject>
    </SCMNoticeModal>
    <SCMNoticeModal>
      <Content>sample string 5</Content>
      <ForAll>7</ForAll>
      <Kh_ID>10</Kh_ID>
      <Kh_Name>sample string 11</Kh_Name>
      <LET>sample string 6</LET>
      <Notice_id>1</Notice_id>
      <OnTop>8</OnTop>
      <SendTime>sample string 4</SendTime>
      <SendUser>sample string 2</SendUser>
      <State>9</State>
      <Subject>sample string 3</Subject>
    </SCMNoticeModal>
    <SCMNoticeModal>
      <Content>sample string 5</Content>
      <ForAll>7</ForAll>
      <Kh_ID>10</Kh_ID>
      <Kh_Name>sample string 11</Kh_Name>
      <LET>sample string 6</LET>
      <Notice_id>1</Notice_id>
      <OnTop>8</OnTop>
      <SendTime>sample string 4</SendTime>
      <SendUser>sample string 2</SendUser>
      <State>9</State>
      <Subject>sample string 3</Subject>
    </SCMNoticeModal>
  </list>
  <pagination xmlns:d2p1="http://schemas.datacontract.org/2004/07/WfSoft.Core">
    <d2p1:current>3</d2p1:current>
    <d2p1:pageSize>2</d2p1:pageSize>
    <d2p1:total>1</d2p1:total>
  </pagination>
</SCMNoticeListPageModal>