GET api/News/GetSinglePageDetail/{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
SinglePageArticleEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| MenuID | globally unique identifier |
None. |
|
| ShopID | integer |
None. |
|
| Type | integer |
None. |
|
| IsOnlyShowContent | boolean |
None. |
|
| Title | string |
None. |
|
| HalfTitle | string |
None. |
|
| Contents | string |
None. |
|
| DefaultImage | string |
None. |
|
| State | boolean |
None. |
|
| Taxis | integer |
None. |
|
| IsAuditing | boolean |
None. |
|
| Clicks | integer |
None. |
|
| Likes | integer |
None. |
|
| SearchTitle | string |
None. |
|
| SearchKeyWord | string |
None. |
|
| SearchDescription | 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:
{
"MenuID": "8097442b-b2a6-4c8c-8c82-1c7b6e21fbae",
"ShopID": 2,
"Type": 3,
"IsOnlyShowContent": true,
"Title": "sample string 5",
"HalfTitle": "sample string 6",
"Contents": "sample string 7",
"DefaultImage": "sample string 8",
"State": true,
"Taxis": 10,
"IsAuditing": true,
"Clicks": 12,
"Likes": 13,
"SearchTitle": "sample string 14",
"SearchKeyWord": "sample string 15",
"SearchDescription": "sample string 16",
"VideoPathType": 17,
"VideoUrl": "sample string 18",
"VideoImage": "sample string 19",
"VideoAutoPlay": true,
"CreateTime": "2025-12-18T14:54:36.8747263+08:00",
"UpdateTime": "2025-12-18T14:54:36.8747263+08:00"
}
application/xml, text/xml
Sample:
<SinglePageArticleEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity"> <MenuID>8097442b-b2a6-4c8c-8c82-1c7b6e21fbae</MenuID> <ShopID>2</ShopID> <Type>3</Type> <IsOnlyShowContent>true</IsOnlyShowContent> <Title>sample string 5</Title> <HalfTitle>sample string 6</HalfTitle> <Contents>sample string 7</Contents> <DefaultImage>sample string 8</DefaultImage> <State>true</State> <Taxis>10</Taxis> <IsAuditing>true</IsAuditing> <Clicks>12</Clicks> <Likes>13</Likes> <SearchTitle>sample string 14</SearchTitle> <SearchKeyWord>sample string 15</SearchKeyWord> <SearchDescription>sample string 16</SearchDescription> <VideoPathType>17</VideoPathType> <VideoUrl>sample string 18</VideoUrl> <VideoImage>sample string 19</VideoImage> <VideoAutoPlay>true</VideoAutoPlay> <CreateTime>2025-12-18T14:54:36.8747263+08:00</CreateTime> <UpdateTime>2025-12-18T14:54:36.8747263+08:00</UpdateTime> </SinglePageArticleEntity>