POST api/SimpleeyEngine/Get_SimpleeyEngine_Data
Request Information
URI Parameters
None.
Body Parameters
SimpleeySearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| chnId | Collection of string |
None. |
|
| _pagesize | integer |
None. |
|
| must_terms | Collection of string |
None. |
|
| should_terms | Collection of string |
None. |
|
| must_not_terms | Collection of string |
None. |
|
| date_range | Collection of string |
None. |
|
| _postURL | Collection of string |
None. |
|
| so | string |
None. |
|
| lsv | integer |
None. |
|
| txt | string |
None. |
|
| web | string |
None. |
|
| siteId | integer |
None. |
|
| _literal | Collection of string |
None. |
|
| version | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"chnId": [
"sample string 1",
"sample string 2"
],
"_pagesize": 1,
"must_terms": [
"sample string 1",
"sample string 2"
],
"should_terms": [
"sample string 1",
"sample string 2"
],
"must_not_terms": [
"sample string 1",
"sample string 2"
],
"date_range": [
"sample string 1",
"sample string 2"
],
"_postURL": [
"sample string 1",
"sample string 2"
],
"so": "sample string 2",
"lsv": 3,
"txt": "sample string 4",
"web": "sample string 5",
"siteId": 6,
"_literal": [
"sample string 1",
"sample string 2"
],
"version": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.