API Guide

Table Of Contents
"FilterText": "",
"ContextId": 2,
"Conditions":
[
{
"LogicalOperatorId": 0,
"LeftParen": true,
"FieldId": 52,
"OperatorId": 11,
"Value": "PowerEdge",
"RightParen": true
}
],
"ResultFields":
[
50,
53,
52
],
"SortFields": []
}
/api/QuerySupportService/QueryContextSummaries
This URI represents summary information for all query contexts.
GET method for QueryContextSummaries
This method returns summary information for all Query Contexts. A Query Context defines a hierarchical set of tables and fields
that are used to define queries for dynamic groups (query groups) and reports.
Description
This method returns summary information for all Query Contexts.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/
$metadata#Collection(QuerySupportService.QueryContextSummary)",
"@odata.count": 5,
"value":
[
{
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(5)",
"Id": 5,
"Name": "Jobs",
"Description": null,
"BaseCategoryId": 3
},
{
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(4)",
"Id": 4,
"Name": "Groups",
"Description": null,
"BaseCategoryId": 4
},
{
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(1)",
"Id": 1,
"Name": "Alerts",
APIs specific to OpenManage Enterprise
565