API Guide

Table Of Contents
]
}
/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
Output:
{
"@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": []
},
{
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1007)",
"Id": 1007,
"Name": "Dell Networking Switches",
"UsageId": 1,
"FilterText": "",
"ContextId": 2,
"Conditions": []
},
{
"@odata.type": "#QuerySupportService.Filter",
"@odata.id": "/api/QuerySupportService/Filters(1008)",
"Id": 1008,
"Name": "Fibre Channel Switches",
"UsageId": 1,
"FilterText": "",
"ContextId": 2,
"Conditions": []
},
{
"@odata.type": "#QuerySupportService.Filter",
APIs specific to OpenManage Enterprise
387