Query directional booking entries of an account

Returns every booking entry touching the given account, each row tagged with a DEBIT or CREDIT direction relative to that account. Use RSQL syntax for the optional search query.

Path Params
integer
required

The account number of the account

string
required
length between 3 and 3

The currency of the account

Query Params
string

Use RSQL query language. Intro here: https://aboullaite.me/rsql/.

integer
Defaults to 0

Zero-based page index (0..n). Default is 0.

integer
Defaults to 20

Size of the page to be returned. Max page size allowed is 100, default is 20.

sort
array of strings
Defaults to functionalAmount

A list of one or more sorting criteria each in the format 'property(,asc|desc)' with direction being case-insensitive. If sorting direction is not provided, default direction is 'desc'. Default sorting criteria: 'functionalAmount'.

sort
Responses

400

Bad request. Query contains tenant ID, which is not allowed.

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json