Reference Guide
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 Pagination
, 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 convicence 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:
Figure 11 Data rows
When parsing the data, note that data types in this report format are all strings. You can determine the best
type to which you want to deserialize the data.
Note: The dates and time are all in UTC format and are consistent with other XML date and time formats.
54 REST API Guide – OpenManage Essentials | Revision A02