From 143ad127ffe523dbfd9c0611b6eb7d0c1b02ef3c Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 12 Apr 2023 11:37:01 +0200 Subject: Access API. Providing long polling parameter to GET /transactions. --- core/api-bank-access.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core/api-bank-access.rst') diff --git a/core/api-bank-access.rst b/core/api-bank-access.rst index 2b7b07e6..155cde77 100644 --- a/core/api-bank-access.rst +++ b/core/api-bank-access.rst @@ -184,6 +184,9 @@ Transactions **Request** + :query long_poll_ms: Optional number to express how many milliseconds the server + should wait for at least one result to be shown. If not given, the server + responds immediately, regardless of the result. :query page: page number starting from 1. Page 1 has the latest transactions and 1 is the default value. :query size: how many transactions per page. It must be at least 1 and defaults to 5. -- cgit v1.2.3