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": "0d4e1a0b-ce95-489d-be59-3180ada48036",
"ShopID": 2,
"AccountID": "ca0e90b0-e014-4cf1-9388-112bd392947b",
"IsOnlyShowContent": true,
"MenuID": "967448af-4293-4e5e-b251-73a0afae2afb",
"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": "2025-12-18T14:56:23.8747057+08:00",
"UpdateTime": "2025-12-18T14:56:23.8747057+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>0d4e1a0b-ce95-489d-be59-3180ada48036</NewID> <ShopID>2</ShopID> <AccountID>ca0e90b0-e014-4cf1-9388-112bd392947b</AccountID> <IsOnlyShowContent>true</IsOnlyShowContent> <MenuID>967448af-4293-4e5e-b251-73a0afae2afb</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>2025-12-18T14:56:23.8747057+08:00</CreateTime> <UpdateTime>2025-12-18T14:56:23.8747057+08:00</UpdateTime> </NewEntity>