POST FulltextSearch/SimpleSearch
Request Information
URI Parameters
None.
Body Parameters
queryContentName | Description | Type | Additional information |
---|---|---|---|
query | string |
None. |
|
pageIndex | integer |
None. |
|
pageSize | integer |
None. |
|
inputWord | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "query": "sample string 1", "pageIndex": 2, "pageSize": 3, "inputWord": "sample string 4" }
application/xml, text/xml
Sample:
<queryContent xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FulltextSearch.Models"> <inputWord>sample string 4</inputWord> <pageIndex>2</pageIndex> <pageSize>3</pageSize> <query>sample string 1</query> </queryContent>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.