API Guide

Table Of Contents
"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
Output:
{
"@odata.context": "/api/$metadata#QuerySupportService.Query/$entity",
"@odata.type": "#QuerySupportService.Query",
"@odata.id": "/api/QuerySupportService/Queries(25000)",
"Id": 25000,
"Name": "",
"UsageId": 0,
"FilterText": "",
"ContextId": 2,
"Conditions":
[
{
"LogicalOperatorId": 0,
"LeftParen": true,
"FieldId": 52,
"OperatorId": 11,
"Value": "PowerEdge",
"RightParen": true
}
],
"ResultFields":
[
50,
53,
52
],
"SortFields": []
}
APIs specific to OpenManage Enterprise
377