GET api/{area}/Index/GetNoticListAsync?shopId={shopId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of NoticeEntity| Name | Description | Type | Additional 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": "cfd95b03-62bd-4d01-8c35-696f1bc156e9",
"AccountID": "6c69d49a-2bb5-4921-9af3-cd2eef5ad73c",
"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": "2026-06-10T11:13:41.6876023+08:00",
"CreateTime": "2026-06-10T11:13:41.6876023+08:00"
},
{
"NoticeID": "cfd95b03-62bd-4d01-8c35-696f1bc156e9",
"AccountID": "6c69d49a-2bb5-4921-9af3-cd2eef5ad73c",
"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": "2026-06-10T11:13:41.6876023+08:00",
"CreateTime": "2026-06-10T11:13:41.6876023+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>cfd95b03-62bd-4d01-8c35-696f1bc156e9</NoticeID>
<AccountID>6c69d49a-2bb5-4921-9af3-cd2eef5ad73c</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>2026-06-10T11:13:41.6876023+08:00</UpdateTime>
<CreateTime>2026-06-10T11:13:41.6876023+08:00</CreateTime>
</NoticeEntity>
<NoticeEntity>
<NoticeID>cfd95b03-62bd-4d01-8c35-696f1bc156e9</NoticeID>
<AccountID>6c69d49a-2bb5-4921-9af3-cd2eef5ad73c</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>2026-06-10T11:13:41.6876023+08:00</UpdateTime>
<CreateTime>2026-06-10T11:13:41.6876023+08:00</CreateTime>
</NoticeEntity>
</ArrayOfNoticeEntity>