API Guide

/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
Output:
{
"@odata.context": "/api/
$metadata#QuerySupportService.QueryContextSummary/$entity",
"@odata.type": "#QuerySupportService.QueryContextSummary",
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(1)",
"Id": 1,
"Name": "Alerts",
"Description": null,
"BaseCategoryId": 2
}
/api/QuerySupportService/QueryContexts(Id)
This URI represents detailed information of a query context.
GET method for QueryContexts(Id)
This method returns the information for a specified Query Context.
Description
Returns the information for a specified Query Context.
Privilege VIEW
HTTP response
codes
200
Example
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.QueryContext/$entity",
"@odata.type": "#QuerySupportService.QueryContext",
"@odata.id": "/api/QuerySupportService/QueryContexts(1)",
"Id": 1,
"Name": "Alerts",
"Description": null,
"BaseCategoryId": 2,
"Tables":
[
{
"Id": 5,
"Name": "Device General Info",
"Description": null,
"ParentTableId": 1
},
{
"Id": 4,
"Name": "Alert Sub-Category",
"Description": null,
"ParentTableId": 2
},
{
"Id": 1,
392 APIs specific to OpenManage Enterprise