GET api/Index/GetNoticListAsync?shopId={shopId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| shopId | string |
Required |
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": "da6bf45a-d1e4-41c8-b0c1-248016ec7feb",
"AccountID": "bd040eae-380b-44c9-8308-8b1262e2390b",
"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-18T12:15:26.1601829+08:00",
"CreateTime": "2025-12-18T12:15:26.1601829+08:00"
},
{
"NoticeID": "da6bf45a-d1e4-41c8-b0c1-248016ec7feb",
"AccountID": "bd040eae-380b-44c9-8308-8b1262e2390b",
"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-18T12:15:26.1601829+08:00",
"CreateTime": "2025-12-18T12:15:26.1601829+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>da6bf45a-d1e4-41c8-b0c1-248016ec7feb</NoticeID>
<AccountID>bd040eae-380b-44c9-8308-8b1262e2390b</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-18T12:15:26.1601829+08:00</UpdateTime>
<CreateTime>2025-12-18T12:15:26.1601829+08:00</CreateTime>
</NoticeEntity>
<NoticeEntity>
<NoticeID>da6bf45a-d1e4-41c8-b0c1-248016ec7feb</NoticeID>
<AccountID>bd040eae-380b-44c9-8308-8b1262e2390b</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-18T12:15:26.1601829+08:00</UpdateTime>
<CreateTime>2025-12-18T12:15:26.1601829+08:00</CreateTime>
</NoticeEntity>
</ArrayOfNoticeEntity>