taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 0eda26965a26820113739bc167c5e774bf1e054d
parent e015d475647f9248baa5cfedb9ab495a74c59da6
Author: ms <ms@taler.net>
Date:   Sun,  9 Jan 2022 08:24:52 +0100

Sandbox history API

Diffstat:
Mcore/api-bank-access.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -146,13 +146,13 @@ Transactions .. http:GET:: ${BANK_API_BASE_URL}/accounts/${account_name}/transactions - Retrieve all the fresh transactions where the bank account with the - label ``account_name`` was debited or credited. A transactions is 'fresh' - if it was never included in a "history" type response. + Retrieve a subset of transactions related to $account_name. Without + query parameters, it returns the last 5 transactions. **Request** - FIXME: this needs query parameters to filter the results. + :query page: page number (defaults to 1, meaning the page with the latest transactions.) + :query size: how many transactions per page, defaults to 5. **Response**