'get_transactions_list' Request
The 'get_transactions_list' request must specify:
label and language of the catalog the transaction list is to be obtained for
The following table describes the 'get_transactions_list' request parameters.
Name |
Required |
Type |
Description |
|---|---|---|---|
user |
Yes |
struct |
'user' node |
label |
Yes |
string |
technical name of the catalog the transaction list is requested for |
language |
Yes |
string |
language of the catalog the transaction list is requested for |
status |
No |
string |
status of the catalog transactions in a response (i.e. 'in_progress', 'committed', 'rolled_back') if this parameter is not set, the transactions with all statuses will be included in a response |
from |
No |
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 |
No |
int |
count of transactions in a response the default value of this parameter is '20' |