API Guide

Table Of Contents
$metadata#Collection(QuerySupportService.Query)",
"@odata.count": 6,
"value":
[
{
"@odata.type": "#QuerySupportService.Query",
"@odata.id": "/api/QuerySupportService/Queries(10001)",
"Id": 10001,
"Name": "Device Overview Report",
"UsageId": 2,
"FilterText": "",
"ContextId": 2,
"Conditions": [],
"ResultFields": [],
"SortFields": []
},
{
"@odata.type": "#QuerySupportService.Query",
"@odata.id": "/api/QuerySupportService/Queries(10003)",
"Id": 10003,
"Name": "NIC Report",
"UsageId": 2,
"FilterText": "",
"ContextId": 2,
"Conditions": [],
"ResultFields": [],
"SortFields": []
},
{
"@odata.type": "#QuerySupportService.Query",
"@odata.id": "/api/QuerySupportService/Queries(10007)",
"Id": 10007,
"Name": "Warranty Report",
"UsageId": 2,
"FilterText": "",
"ContextId": 2,
"Conditions": [],
"ResultFields": [],
"SortFields": []
}
]
}
/api/QuerySupportService/Queries(Id)
This URI represents detailed information for a specific query.
GET method for QuerySupportService/Queries(Id)
This method returns summary information for a specific query.
Description
Returns summary information for a specific query.
Privilege VIEW
HTTP response
codes
200
Example
Response Body
{
"@odata.context": "/api/$metadata#QuerySupportService.Query/$entity",
"@odata.type": "#QuerySupportService.Query",
"@odata.id": "/api/QuerySupportService/Queries(25000)",
"Id": 25000,
"Name": "",
"UsageId": 0,
564 APIs specific to OpenManage Enterprise