QueryTerm
QueryTerm
JSON Example
{
"propertyName": "string",
"propertyType": "string",
"matchValue": "string",
"matchType": "string",
"range": {
"type": "string",
"min": {},
"max": {},
"isMinInclusive": false,
"isMaxInclusive": false,
"precisionStep": 0
},
"sortOrder": "string"
}
string
propertyName
Optional
propertyName
string
propertyType
Optional
propertyType
Possible values are :
LONG,
STRING,
BYTES,
PODO,
COLLECTION,
MAP,
BOOLEAN,
DOUBLE,
InternetAddressV4,
InternetAddressV6,
DATE,
URI,
ENUM,
string
matchValue
Optional
matchValue
string
matchType
Optional
matchType
Possible values are :
WILDCARD,
TERM,
PHRASE,
PREFIX,
string
sortOrder
Optional
sortOrder
Possible values are :
ASC,
DESC,