GET api/TrendingSearch/GetCategoryWords

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseOfCategoryWords[]
NameDescriptionTypeAdditional information
Data

Collection of CategoryWords

None.

IsSuccess

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Data": [
    {
      "CategoryId": 1,
      "Names": "sample string 2",
      "UpdateTime": "2024-05-09 03:16:00"
    },
    {
      "CategoryId": 1,
      "Names": "sample string 2",
      "UpdateTime": "2024-05-09 03:16:00"
    }
  ],
  "IsSuccess": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3"
}