GET api/TrendingSearch/GetHotWords?categoryId={categoryId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| categoryId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseOfHotWords[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Collection of HotWords |
None. |
|
| IsSuccess | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": [
{
"CategoryId": 1,
"Keyword": "sample string 2",
"KeywordCn": "sample string 3",
"SearchCnt": 4,
"SearchCookieCnt": 5,
"IsBrandWord": true,
"ClickRate": 7.1,
"ExposeProdCnt": 8.1,
"ExposeProdRiseIndex": 9.1,
"ExposeSellerCnt": 10.1,
"ExposeSellerRiseIndex": 11.1,
"ListClickCnt": 12.1,
"PayOrderCnt": 13.1,
"SearchCntRiseIndex": 14.1,
"SplyDemRate": 15.1,
"StatDate": 16.1,
"SupplyRate": "sample string 17",
"Top3Country": "sample string 18",
"TransRate": "sample string 19",
"Languages": "sample string 20"
},
{
"CategoryId": 1,
"Keyword": "sample string 2",
"KeywordCn": "sample string 3",
"SearchCnt": 4,
"SearchCookieCnt": 5,
"IsBrandWord": true,
"ClickRate": 7.1,
"ExposeProdCnt": 8.1,
"ExposeProdRiseIndex": 9.1,
"ExposeSellerCnt": 10.1,
"ExposeSellerRiseIndex": 11.1,
"ListClickCnt": 12.1,
"PayOrderCnt": 13.1,
"SearchCntRiseIndex": 14.1,
"SplyDemRate": 15.1,
"StatDate": 16.1,
"SupplyRate": "sample string 17",
"Top3Country": "sample string 18",
"TransRate": "sample string 19",
"Languages": "sample string 20"
}
],
"IsSuccess": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3"
}