API Guide
"Conditions": [{
"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
}]
}
}
/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",
392
APIs specific to OpenManage Enterprise