API Guide

Table Of Contents
"@odata.id": "/api/QuerySupportService/Filters(1000)",
"Id": 1000,
"Name": "Modular Systems",
"UsageId": 1,
"FilterText": "",
"ContextId": 2,
"Conditions": []
},
{
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1006)",
"Id": 1006,
"Name": "Network Devices",
"UsageId": 1,
"FilterText": "",
"ContextId": 2,
"Conditions": []
}
]
}
/api/QuerySupportService/Filters(Id)
This URI represents detailed information for a query filter.
GET method for Filters(Id)
This method returns detailed information for a specific query filter.
Description
Returns detailed information for a specific query filter.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.Filter/$entity",
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1007)",
"Id": 1007,
"Name": "",
"UsageId": 0,
"FilterText": "",
"ContextId": 2,
"Conditions":
[
{
"LogicalOperatorId": 0,
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "101",
"RightParen": true
},
{
"LogicalOperatorId": 2,
"LeftParen": true,
"FieldId": 59,
"OperatorId": 1,
"Value": "102",
"RightParen": true
},
{
"LogicalOperatorId": 2,
388
APIs specific to OpenManage Enterprise