GET api/{area}/News/GetNewDetail/{id}?aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| id | string |
Required |
|
| area | string |
None. |
Body Parameters
None.
Response Information
Resource Description
NewEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| NewID | globally unique identifier |
None. |
|
| ShopID | integer |
None. |
|
| AccountID | globally unique identifier |
None. |
|
| IsOnlyShowContent | boolean |
None. |
|
| MenuID | globally unique identifier |
None. |
|
| NewTitle | string |
None. |
|
| NewContent | string |
None. |
|
| NewDefaultImage | string |
None. |
|
| NewState | boolean |
None. |
|
| NewTaxis | integer |
None. |
|
| IsAuditing | boolean |
None. |
|
| SearchTitle | string |
None. |
|
| SearchKeyWord | string |
None. |
|
| SearchDescription | string |
None. |
|
| Clicks | integer |
None. |
|
| Likes | integer |
None. |
|
| LikeAccountID | string |
None. |
|
| VideoPathType | integer |
None. |
|
| VideoUrl | string |
None. |
|
| VideoImage | string |
None. |
|
| VideoAutoPlay | boolean |
None. |
|
| CreateTime | date |
None. |
|
| UpdateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"NewID": "964aba01-71e9-42c8-8d30-2223866660ee",
"ShopID": 2,
"AccountID": "7a27d33f-ad93-4529-a50d-3f17152d0eb0",
"IsOnlyShowContent": true,
"MenuID": "39cb9b5d-b9e2-4805-955d-8bf2b79db92b",
"NewTitle": "sample string 6",
"NewContent": "sample string 7",
"NewDefaultImage": "sample string 8",
"NewState": true,
"NewTaxis": 10,
"IsAuditing": true,
"SearchTitle": "sample string 12",
"SearchKeyWord": "sample string 13",
"SearchDescription": "sample string 14",
"Clicks": 15,
"Likes": 16,
"LikeAccountID": "sample string 17",
"VideoPathType": 18,
"VideoUrl": "sample string 19",
"VideoImage": "sample string 20",
"VideoAutoPlay": true,
"CreateTime": "2026-06-10T12:53:48.2933351+08:00",
"UpdateTime": "2026-06-10T12:53:48.2933351+08:00"
}
application/xml, text/xml
Sample:
<NewEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity"> <NewID>964aba01-71e9-42c8-8d30-2223866660ee</NewID> <ShopID>2</ShopID> <AccountID>7a27d33f-ad93-4529-a50d-3f17152d0eb0</AccountID> <IsOnlyShowContent>true</IsOnlyShowContent> <MenuID>39cb9b5d-b9e2-4805-955d-8bf2b79db92b</MenuID> <NewTitle>sample string 6</NewTitle> <NewContent>sample string 7</NewContent> <NewDefaultImage>sample string 8</NewDefaultImage> <NewState>true</NewState> <NewTaxis>10</NewTaxis> <IsAuditing>true</IsAuditing> <SearchTitle>sample string 12</SearchTitle> <SearchKeyWord>sample string 13</SearchKeyWord> <SearchDescription>sample string 14</SearchDescription> <Clicks>15</Clicks> <Likes>16</Likes> <LikeAccountID>sample string 17</LikeAccountID> <VideoPathType>18</VideoPathType> <VideoUrl>sample string 19</VideoUrl> <VideoImage>sample string 20</VideoImage> <VideoAutoPlay>true</VideoAutoPlay> <CreateTime>2026-06-10T12:53:48.2933351+08:00</CreateTime> <UpdateTime>2026-06-10T12:53:48.2933351+08:00</UpdateTime> </NewEntity>