'get_transactions_list' Response
The response to the 'get_transactions_list' request consists of the following elements describing the list of found catalog transactions:
The following table describes the 'get_transactions_list' response parameters.
| Name | Type | Description |
|---|---|---|
result_code |
int |
transaction result code. 'result_code' is always returned in a response. '0' on success. If the transaction fails, the 'result_code' is other than 0. |
total |
int |
the total count of transactions |
from |
int |
the position of the transaction in the list, starting from which the transactions are to be selected the default value of this parameter is 0 |
count |
int |
The actual number of transactions returned in a response |
transactions |
array |
list of transactions found |