API Guide

Table Of Contents
/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
Output:
{
"@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",
"Width": 20,
"Sequence": 0
},
{
"Id": 22,
"Name": "Device Type",
"Width": 20,
"Sequence": 1
},
{
"Id": 23,
"Name": "Device Model",
"Width": 20,
"Sequence": 2
},
{
"Id": 24,
"Name": "Identifier",
"Width": 20,
"Sequence": 3
},
{
"Id": 25,
"Name": "Device Asset Tag",
"Width": 25,
"Sequence": 4
},
{
"Id": 26,
"Name": "Datacenter",
"Width": 25,
"Sequence": 5
},
{
"Id": 27,
"Name": "Aisle",
"Width": 25,
"Sequence": 6
},
{
"Id": 28,
"Name": "Rack",
"Width": 25,
408
APIs specific to OpenManage Enterprise