GET api/HotKeyWord/SearchForApp?type={type}&keyword={keyword}

通过指定要搜索的类型、类别进行过滤 只要前50条

Request Information

Parameters

NameDescriptionAdditional information
type
搜索类型:0 All,1 Folder, 2 Channel, 3 LiveChannel,4 FolderChannel,5 FriendChannel, 6 MusicChannel, 7 ArtistChannel, 8 User

Define this parameter in the request URI.

keyword

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}