GET api/News/GetNewDetail/{id}?aid={aid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| aid | string |
Required |
|
| id | string |
Required |
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": "3c856143-4673-4fe8-a790-3c8bc4ae6571",
"ShopID": 2,
"AccountID": "f5cd0002-da34-4601-b4de-86a4573b38e7",
"IsOnlyShowContent": true,
"MenuID": "42282212-f38e-4e51-a447-ea3f0ef7a9a0",
"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:52:03.2320938+08:00",
"UpdateTime": "2026-06-10T12:52:03.2320938+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>3c856143-4673-4fe8-a790-3c8bc4ae6571</NewID> <ShopID>2</ShopID> <AccountID>f5cd0002-da34-4601-b4de-86a4573b38e7</AccountID> <IsOnlyShowContent>true</IsOnlyShowContent> <MenuID>42282212-f38e-4e51-a447-ea3f0ef7a9a0</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:52:03.2320938+08:00</CreateTime> <UpdateTime>2026-06-10T12:52:03.2320938+08:00</UpdateTime> </NewEntity>