API Guide

Table Of Contents
Table 178. Attributes (continued)
Attribute Description
UsageId 1=Query Group, 2=Report
FilterText Unused
ContextId The Query Context identifier of the filter. It should match the
Query Context ID in the request.
/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
Response Body
{
"@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,
572
APIs specific to OpenManage Enterprise