Field Name: | Notes: |
<record_limit> |
Restricts the number of records returned to a minimum of 1 and a maximum of 999. The records will be returned in descending order by <transaction_id>. Example: You have an account that has 4 transactions with ID numbers: 123, 234, 456, and 567. If you pass 2 into this field, only transactions 456 and 567 will be returned. If you don't pass a value into this field, then it will default to 99. |
<offset> |
The records will be skipped in descending order by <transaction_id>. Example: You have an account that has 4 transactions with ID numbers: 123, 234, 456, and 567. If you pass 2 into this field, only transactions 123 and 234 will be returned. If you don't pass a value into this field, then it will default to 0. |