API Guide

"Description": null,
"BaseCategoryId": 2
},
{
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(2)",
"Id": 2,
"Name": "Devices",
"Description": null,
"BaseCategoryId": 1
},
{
"@odata.id": "/api/QuerySupportService/QueryContextSummaries(3)",
"Id": 3,
"Name": "Servers",
"Description": null,
"BaseCategoryId": 1
}
]
}
2.6.2 / api/QuerySupportService/QueryContexts(contextId)
GET
Description
Get detailed information for a specified Query Context
Privilege
VIEW
HTTP Response Codes
200
GET Usage Examples
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.QueryContext/$entity",
"@odata.id": "/api/QuerySupportService/QueryContexts(1)",
"Id": 1,
"Name": "Jobs",
"Description": null,
"BaseCategoryId": 3,
"Tables": [
{
"Id": 3,
"Name": "Task Execution",
"Description": null,
"ParentTableId": 1
},
{
"Id": 4,
"Name": "Task Execution Detail",
"Description": null,
"ParentTableId": 3
},
{
"Id": 1,
"Name": "Task",
"Description": null,
"ParentTableId": -1
},
{
"Id": 2,
"Name": "Task Type",
"Description": null,
"ParentTableId": 1
}
],
"Fields": [
{
"Id": 10,
38
OpenManage Enterprise–Specific resource model