Response Class
Constructor
API plain response
API command used within this request
placeholder array to get vars in response description dynamically replaced
Protected
hash representation of plain API response
plain API response
Add a column to the column list
column name
array of column data
Current Response Instance for method chaining
Add a record to the record list
row hash data
Get API response code
API response code
Get column by column name
column instance or null if column does not exist
Get Data by Column Name and Index
column data index
column data at index or null if not found
Get Column Names
Array of Column Names
Get List of Columns
Array of Columns
Get Command used in this request
command
Get Command used in this request in plain text format
command as plain text
Get Page Number of current List Query
page number or null in case of a non-list response
Get Record of current record index
Record or null in case of a non-list response
Get API response description
API response description
Get Index of first row in this response
first row index
Get API response as Hash
API response hash
Get last record index of the current list query
record index or null for a non-list response
Get Response as List Hash including useful meta data for tables
hash including list meta data and array of rows in hash notation
Get Page Number of next list query
page number or null if there's no next page
Get next record in record list
Record or null in case there's no further record
Get the number of pages available for this list query
number of pages
Get object containing all paging data
paginator data
Get Plain API response
Plain API response
Get Page Number of previous list query
page number or null if there's no previous page
Get previous record in record list
Record or null if there's no previous record
Get Queuetime of API response
Queuetime of API response
Get Record at given index
record index
Record or null if index does not exist
Get all Records
array of records
Get count of rows in this response
count of rows
Get limit(ation) setting of the current list query This is the count of requested rows
limit setting or count requested rows
Get total count of records available for the list query
total count of records or count of records for a non-list response
Get Runtime of API response
Runtime of API response
Check if this list query has a next page
boolean result
Check if this list query has a previous page
Check if current API response represents an error case API response code is an 5xx code
Check if current operation is returned as pending
Check if current API response represents a success case API response code is an 2xx code
Check if current API response represents a temporary error case API response code is an 4xx code
Reset index in record list back to zero
Response Class