POST api/Group/autocomplete

搜索时 关联相关搜索热门词

Request Information

URI Parameters

None.

Body Parameters

AutocompleteKey_Input
NameDescriptionTypeAdditional information
Ticket

身份票據

string

Required

key

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Ticket": "sample string 1",
  "key": "sample string 2"
}

text/html

Sample:
{"Ticket":"sample string 1","key":"sample string 2"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

搜索时 关联相关搜索热门词

AutocompleteKey_Output
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

keywords

關鍵字

Collection of autocompleteKeys

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true,
  "keywords": [
    {
      "KeyWord": "sample string 1",
      "QueryRecount": 2,
      "QueryTime": 3
    },
    {
      "KeyWord": "sample string 1",
      "QueryRecount": 2,
      "QueryTime": 3
    }
  ]
}

text/html

Sample:
{"ticketVerified":true,"keywords":[{"KeyWord":"sample string 1","QueryRecount":2,"QueryTime":3},{"KeyWord":"sample string 1","QueryRecount":2,"QueryTime":3}]}