GET api/articles/tag/{TagName}?count={count}
由問題的關鍵字,去查詢對應的關聯(推薦)文章
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| TagName |
關鍵字 |
string |
Required |
| count |
筆數 |
integer |
Default value is 3 |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.