OBP-API icon indicating copy to clipboard operation
OBP-API copied to clipboard

to_date and from_date are working in getTransactions

Open hongwei1 opened this issue 7 years ago • 0 comments

https://apiexplorersandbox.openbankproject.com/?ignoredefcat=true&tags=#vv3_0_0-getCoreTransactionsForBankAccount

I tested it it works well locally, but in all our sandbox it is not...

curl --request GET \
  --url http://127.0.0.1:8080/obp/v3.0.0/banks/gh.29.uk/accounts/8ca8a7e4-6d02-48e3-a029-0b2bf89de9f0/owner/transactions \
  --header 'Authorization: DirectLogintoken=\"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyIiOiIifQ.plUgi_AdZnSt97hTQLdpdg_eGYISNjyODh5n8nC1EeE\"' \
  --header 'Content-Type: application/json' \
  --header 'obp_from_date: 2001-07-01T00:00:00.000Z' \
  --header 'obp_limit: 2' \
  --header 'obp_offset: 1' \
  --header 'obp_sort_direction: ASC' \
  --header 'obp_to_date: 2017-07-01T00:00:00.000Z'

hongwei1 avatar Jun 09 '18 12:06 hongwei1