taler-docs

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

commit b6912dfab07ddfd5efd50aab4b2be8fa23bfe030
parent 2ff6b62b66024f9e43d7cbae5e8405b7b8ba8404
Author: ms <ms@taler.net>
Date:   Wed, 22 Mar 2023 15:11:48 +0100

Access API.

Adding time range to GET /transactions.  This way,
in case Neuxs parser mistakes, it'll be possible to
query the bank for the transactions in one particular
time range.

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

diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst @@ -186,6 +186,10 @@ Transactions :query page: page number (defaults to 1, meaning the page with the latest transactions.) :query size: how many transactions per page, defaults to 5. + :query from_ms: Optional. Filters the results to transactions *from* this + timestamp in milliseconds + :query until_ms: Optional. Filters the results to transactions *until* this + timestamp in milliseconds **Response**