GET api/{area}/Index/GetNoticListAsync?shopId={shopId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
shopId

string

Required

area

string

None.

Body Parameters

None.

Response Information

Resource Description

Collection of NoticeEntity
NameDescriptionTypeAdditional information
NoticeID

globally unique identifier

None.

AccountID

globally unique identifier

None.

ShopID

integer

None.

Title

string

None.

Contents

string

None.

State

boolean

None.

Taxis

integer

None.

UrlTitle

string

None.

UrlPath

string

None.

AppUrlPath

string

None.

UpdateTime

date

None.

CreateTime

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "NoticeID": "eae69068-e285-4498-97c1-8f7c9907ab90",
    "AccountID": "9083443e-ac8c-40d0-8da7-38b7ee9692bc",
    "ShopID": 3,
    "Title": "sample string 4",
    "Contents": "sample string 5",
    "State": true,
    "Taxis": 7,
    "UrlTitle": "sample string 8",
    "UrlPath": "sample string 9",
    "AppUrlPath": "sample string 10",
    "UpdateTime": "2025-12-18T14:52:50.0858603+08:00",
    "CreateTime": "2025-12-18T14:52:50.0858603+08:00"
  },
  {
    "NoticeID": "eae69068-e285-4498-97c1-8f7c9907ab90",
    "AccountID": "9083443e-ac8c-40d0-8da7-38b7ee9692bc",
    "ShopID": 3,
    "Title": "sample string 4",
    "Contents": "sample string 5",
    "State": true,
    "Taxis": 7,
    "UrlTitle": "sample string 8",
    "UrlPath": "sample string 9",
    "AppUrlPath": "sample string 10",
    "UpdateTime": "2025-12-18T14:52:50.0858603+08:00",
    "CreateTime": "2025-12-18T14:52:50.0858603+08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfNoticeEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
  <NoticeEntity>
    <NoticeID>eae69068-e285-4498-97c1-8f7c9907ab90</NoticeID>
    <AccountID>9083443e-ac8c-40d0-8da7-38b7ee9692bc</AccountID>
    <ShopID>3</ShopID>
    <Title>sample string 4</Title>
    <Contents>sample string 5</Contents>
    <State>true</State>
    <Taxis>7</Taxis>
    <UrlTitle>sample string 8</UrlTitle>
    <UrlPath>sample string 9</UrlPath>
    <AppUrlPath>sample string 10</AppUrlPath>
    <UpdateTime>2025-12-18T14:52:50.0858603+08:00</UpdateTime>
    <CreateTime>2025-12-18T14:52:50.0858603+08:00</CreateTime>
  </NoticeEntity>
  <NoticeEntity>
    <NoticeID>eae69068-e285-4498-97c1-8f7c9907ab90</NoticeID>
    <AccountID>9083443e-ac8c-40d0-8da7-38b7ee9692bc</AccountID>
    <ShopID>3</ShopID>
    <Title>sample string 4</Title>
    <Contents>sample string 5</Contents>
    <State>true</State>
    <Taxis>7</Taxis>
    <UrlTitle>sample string 8</UrlTitle>
    <UrlPath>sample string 9</UrlPath>
    <AppUrlPath>sample string 10</AppUrlPath>
    <UpdateTime>2025-12-18T14:52:50.0858603+08:00</UpdateTime>
    <CreateTime>2025-12-18T14:52:50.0858603+08:00</CreateTime>
  </NoticeEntity>
</ArrayOfNoticeEntity>