POST api/BackEnd/AskArtlcleDeatil
小編精選內文 Artlcle/ArticleCon Pro/GetSEOInfoByArticleNo
Request Information
URI Parameters
None.
Body Parameters
AskArtlcleDeatil_Input| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket |
身份票據 |
string |
Required |
| articleNo |
文章編號 |
string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Ticket": "sample string 1",
"articleNo": "sample string 2"
}
text/html
Sample:
{"Ticket":"sample string 1","articleNo":"sample string 2"}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
小編精選內文 Artlcle/ArticleCon Pro/GetSEOInfoByArticleNo
AskArtlcleDeatil_Output| Name | Description | Type | Additional information |
|---|---|---|---|
| ticketVerified |
驗證是否通過 |
boolean |
None. |
| title |
標題 |
string |
None. |
| content |
內容 |
string |
None. |
| time |
文章時間 |
string |
None. |
| imageURL |
文章圖片 |
string |
None. |
| source |
來源 |
string |
None. |
| active |
生失效状态 |
boolean |
None. |
| articleCategoryID |
文章分類 |
globally unique identifier |
None. |
| clickCount |
文章點擊數 |
integer |
None. |
| proServers |
相關聯且五星評論商品服務資料 |
Collection of relationServices |
None. |
| ProSEO |
SEO |
Pro_SEO |
None. |
| hotArticles |
熱門文章清單 |
Collection of articles |
None. |
| newestArticles |
最新TOP3文章清單 |
Collection of articles |
None. |
| categories |
類別 |
Collection of category |
None. |
| totalComment |
總留言數 |
integer |
None. |
| comment |
最新討論 |
Collection of commentsData |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
text/html
Sample:
Sample not available.