API Guide

[
{
"@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",
"Description": null,
"BaseCategoryId": 2
},
{
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(2)",
"Id": 2,
"Name": "Devices",
"Description": null,
"BaseCategoryId": 1
},
{
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(3)",
"Id": 3,
"Name": "Servers",
"Description": null,
"BaseCategoryId": 1
}
]
}
/api/QuerySupportService/QueryContextSummary(Id)
This URI represents summary information for a single query context.
GET method for QueryContextSummary(Id)
This method returns summary information for a specific query context.
Description
Returns summary information for a specific query context..
Privilege VIEW
HTTP response
codes
200
Example Response
Body
{
"@odata.context": "/api/
$metadata#QuerySupportService.QueryContextSummary/$entity",
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(1)",
"Id": 1,
"Name": "Alerts",
"Description": null,
APIs specific to OpenManage Enterprise 491