API Guide

Table Of Contents
"LogicalOperatorId": 1,
"LeftParen": false,
"FieldId": 65,
"OperatorId": 1,
"Value": "1000",
"RightParen": false
}],
"ResultFields": [{
"FieldId": 71
}, {
"FieldId": 68
}, {
"FieldId": 69
}, {
"FieldId": 70
}, {
"FieldId": 65
}],
"SortFields": [{
"FieldId": 65,
"SortDir": 0
}]
}
}
Table 186. Attributes
Attribute name Description
ID Report ID
Name Report Name
Description Definition of the report.
FilterGroupId Group to filter the report output.
ColumnNames Names of the columns for the reports.
QueryDefRequest Definition of the query for the report.
/api/ReportService/ReportDefs(Id)/ReportResults
This URI represents the results of a report.
GET method for ReportResults
This method returns results of a report.
Description
Returns results of a report.
Privilege VIEW
HTTP response
codes
200
Example
response body
{
"@odata.context": "/api/$metadata#ReportService.ReportResult/$entity",
"@odata.type": "#ReportService.ReportResult",
"@odata.id": "/api/ReportService/ReportDefs(10031)/ReportResults",
"Id": 3,
"Title": "Device Overview Report",
"TaskId": 25031,
"ResultRowColumns": [{
"Id": 21,
"Name": "Device Name",
614 APIs specific to OpenManage Enterprise