API Guide

Table Of Contents
{
"FieldTypeId": 4,
"Name": "Enum",
"OperatorIds":
[
1,
2,
9,
10
]
},
{
"FieldTypeId": 5,
"Name": "Boolean",
"OperatorIds":
[
1,
2,
9,
10
]
}
]
}
/api/QuerySupportService/Filters
This URI represents summary information for all filters.
GET method for Filters
This method returns summary information for all filters.
Description
Returns summary information for all filters.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/
$metadata#Collection(QuerySupportService.Filter)",
"@odata.count": 23,
"value": [
{
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(25000)",
"Id": 25000,
"Name": "All PowerEdge Devices",
"UsageId": 2,
"FilterText": "",
"ContextId": 2,
"Conditions": []
},
{
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1010)",
"Id": 1010,
"Name": "Dell iDRAC Servers",
"UsageId": 1,
"FilterText": "",
"ContextId": 2,
"Conditions": []
},
574 APIs specific to OpenManage Enterprise