White Papers

OpenManage Essentials-Specific Resource Model
50 REST API GuideOpenManage Essentials
2.16.3 Generic report format
The following is an example of a generic report:
Generic report
The title of the report is the same as the report in OpenManage Essentials. The TotalRowCount is the number
of rows in the entire report.
If paginiation has been used as described in Data , then the RowOffset will be the number of rows skipped
and the CurrentRowCount will be the number of rows included in this part of the report that has been
returned.
The next part of the report are the column headers. The column number indicates the order of the columns.
They match the names in the report, except for DeviceId. Device Id is included for convenience in retrieving
data from other API calls.
The data rows are a list of rows which include the cell data and the matching column number. There are no
row numbers to indicate the order, rather it is the order in which the report is read.
The following is an example of the data rows in the report: