api-examples icon indicating copy to clipboard operation
api-examples copied to clipboard

Bug: Transaction.AvailableItems is not the same as the number of Items

Open techgeek03 opened this issue 5 years ago • 1 comments

Hi, GET /bank/api/v1/transactions/{accountId}/?index=1&length=1000&startDate=2018-09-30&endDate=2018-10-13 returns Transaction.AvailableItems = 1 but Transaction.Items is an empty list.

However the actually there is only 1 transaction for that account when going from the web interface.

techgeek03 avatar Oct 12 '18 22:10 techgeek03

index=1 skips the first item :)

aleksen avatar Jul 23 '19 05:07 aleksen