API Guide
/api/QuerySupportService/OperatorInfo
This URI represents the supported logical operators of a query.
GET method for OperatorInfo
This method returns a list of supported logical operators for each field type.
Description Returns a list of supported logical operators for each field type.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.OperatorInfo/$entity",
"@odata.type": "#QuerySupportService.OperatorInfo",
"@odata.id": "/api/QuerySupportService/OperatorInfo",
"Operators":
[
{
"Id": 1,
"Name": "="
},
{
"Id": 2,
"Name": "!="
},
{
"Id": 3,
"Name": "<"
},
{
"Id": 4,
"Name": "<="
},
{
"Id": 5,
"Name": ">"
},
{
"Id": 6,
"Name": ">="
},
{
"Id": 7,
"Name": "contains"
},
{
"Id": 8,
"Name": "does not contain"
},
{
"Id": 9,
"Name": "is null"
},
{
"Id": 10,
"Name": "is not null"
},
{
"Id": 11,
"Name": "begins with"
},
{
"Id": 12,
"Name": "ends with"
},
{
370
APIs specific to OpenManage Enterprise