GET api/TrendingSearch/GetSoarWords?categoryId={categoryId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
categoryId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseOfSoarWords[]
NameDescriptionTypeAdditional information
Data

Collection of SoarWords

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,
      "IsBrandWord": true,
      "ExposeProdCnt": 6,
      "ExposeProdRate": 7.1,
      "ExposeSellerCnt": 8.1,
      "ExposeSellerRate": 9.1,
      "SearchCntRiseIndex": 10.1,
      "StatDate": 11.1,
      "Languages": "sample string 12"
    },
    {
      "CategoryId": 1,
      "Keyword": "sample string 2",
      "KeywordCn": "sample string 3",
      "SearchCnt": 4,
      "IsBrandWord": true,
      "ExposeProdCnt": 6,
      "ExposeProdRate": 7.1,
      "ExposeSellerCnt": 8.1,
      "ExposeSellerRate": 9.1,
      "SearchCntRiseIndex": 10.1,
      "StatDate": 11.1,
      "Languages": "sample string 12"
    }
  ],
  "IsSuccess": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3"
}