POST api/Group/HotKey

無搜尋結果熱搜關鍵字

Request Information

URI Parameters

None.

Body Parameters

HotKey_Input
NameDescriptionTypeAdditional information
Ticket

身份票據

string

Required

Request Formats

application/json, text/json

Sample:
{
  "Ticket": "sample string 1"
}

text/html

Sample:
{"Ticket":"sample string 1"}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

無搜尋結果熱搜關鍵字

HotKey_Output
NameDescriptionTypeAdditional information
ticketVerified

驗證是否通過

boolean

None.

keywords

關鍵字

Collection of HotKey_Key

None.

Response Formats

application/json, text/json

Sample:
{
  "ticketVerified": true,
  "keywords": [
    {
      "text": "sample string 1"
    },
    {
      "text": "sample string 1"
    }
  ]
}

text/html

Sample:
{"ticketVerified":true,"keywords":[{"text":"sample string 1"},{"text":"sample string 1"}]}