Get Report Response Attributes

The getReport operation returns a tabular set of rows and columns similar to the UI-based report result.

Note: When the target report is a summary report, an extra column LLDetailTokenRef is added to columnNames and extra detail tokens are added to each record in records accordingly.

The attributes of a LogLogicReport are:

Attribute Description Type
errorCode Error code for the query failure. Number
reportName Name of the report. String
startTime Start time for the report query. Date
endTime End time for the report query. Date
number ofColumnsPerRow Number of columns in each row in the result set. Number
columnNames A structure containing:

columnCount—The number of columns in the report.

columns—An array of Strings containing the name of each column in the result set.

complexType
records A tabular structure containing the result set. See the Records table for additional information on the records attribute.

The records attribute contains the following:

recordCount—Number of rows returned in this result set. (Number)

theRecords—Array of “records”. Each element in the array contains an array of strings representing the column values. (Array)

complexType