API Guide

"Id": 1019,
"Name": "XC",
"UsageId": 1,
"FilterText": "",
"ContextId": 2
}
]
Table 170. Attributes
Attribute Description
Id Unique identifier of the filter (query).
Name Name of the filter.
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": ">="
},
APIs specific to OpenManage Enterprise
497