GET api/IGEngine/Get_IGEngine_Data

Request Information

URI Parameters

None.

Body Parameters

IGSearchModel
NameDescriptionTypeAdditional information
MustTerms

Collection of string

None.

ShouldTerms

Collection of string

None.

MustNotTerms

Collection of string

None.

UserNames

Collection of string

None.

Code

Collection of string

None.

ProductType

Collection of string

None.

PhraseMatch

boolean

None.

Operator

string

None.

Verified

integer

None.

UserId

Collection of string

None.

MinLikes

integer

None.

MinComments

integer

None.

UnixGte

integer

None.

UnixLte

integer

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"
  ],
  "UserNames": [
    "sample string 1",
    "sample string 2"
  ],
  "Code": [
    "sample string 1",
    "sample string 2"
  ],
  "ProductType": [
    "sample string 1",
    "sample string 2"
  ],
  "PhraseMatch": true,
  "Operator": "sample string 2",
  "Verified": 1,
  "UserId": [
    "sample string 1",
    "sample string 2"
  ],
  "MinLikes": 1,
  "MinComments": 1,
  "UnixGte": 1,
  "UnixLte": 1,
  "Size": 1,
  "SortField": "sample string 3",
  "SecondarySort": "sample string 4",
  "SortOrder": "sample string 5",
  "SearchAfter": 1,
  "LastIGId": "sample string 6",
  "EnableHighlight": true,
  "Version": "sample string 8",
  "VOrdeBy": "sample string 9"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.