GET api/PrintEngine/Get_PrintEngine_Data
Request Information
URI Parameters
None.
Body Parameters
PrintSearchModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MustTerms | Collection of string |
None. |
|
| ShouldTerms | Collection of string |
None. |
|
| MustNotTerms | Collection of string |
None. |
|
| ChannelId | Collection of string |
None. |
|
| EditionId | Collection of string |
None. |
|
| CategoryId | Collection of string |
None. |
|
| PhraseMatch | boolean |
None. |
|
| Operator | string |
None. |
|
| Verified | integer |
None. |
|
| Lang | Collection of string |
None. |
|
| UserId | Collection of string |
None. |
|
| MinLikes | integer |
None. |
|
| MinComments | integer |
None. |
|
| sDate | string |
None. |
|
| eDate | string |
None. |
|
| Size | integer |
None. |
|
| SortField | string |
None. |
|
| SecondarySort | string |
None. |
|
| SortOrder | string |
None. |
|
| SearchAfter | integer |
None. |
|
| LastIGId | string |
None. |
|
| EnableHighlight | boolean |
None. |
|
| Version | string |
None. |
|
| VOrdeBy | string |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"MustTerms": [
"sample string 1",
"sample string 2"
],
"ShouldTerms": [
"sample string 1",
"sample string 2"
],
"MustNotTerms": [
"sample string 1",
"sample string 2"
],
"ChannelId": [
"sample string 1",
"sample string 2"
],
"EditionId": [
"sample string 1",
"sample string 2"
],
"CategoryId": [
"sample string 1",
"sample string 2"
],
"PhraseMatch": true,
"Operator": "sample string 2",
"Verified": 1,
"Lang": [
"sample string 1",
"sample string 2"
],
"UserId": [
"sample string 1",
"sample string 2"
],
"MinLikes": 1,
"MinComments": 1,
"sDate": "sample string 3",
"eDate": "sample string 4",
"Size": 1,
"SortField": "sample string 5",
"SecondarySort": "sample string 6",
"SortOrder": "sample string 7",
"SearchAfter": 1,
"LastIGId": "sample string 8",
"EnableHighlight": true,
"Version": "sample string 10",
"VOrdeBy": "sample string 11"
}
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.