GET api/KeywordsTool?keyword={keyword}&license={license}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
keyword | string |
Required |
|
license | string |
Required |
Body Parameters
None.
Response Information
Resource Description
KeywordsToolName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
result | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "result": "sample string 3" }
application/xml, text/xml
Sample:
<KeywordsTool xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KeywordsToolAPI.Models"> <Code>1</Code> <Message>sample string 2</Message> <result>sample string 3</result> </KeywordsTool>