Find account statement

Find statements for a specific cash account using the search criteria. This is a paged endpoint that by default returns only the first 10 results, in ascending order of their internal ID.

Path Params
int64
required

The ID of the cash account

Query Params
string

Start date in ISO extended format yyyy-MM-dd for filtering statements with closing balance date on or after this date (inclusive).

string

End date in ISO extended format yyyy-MM-dd for filtering statements with closing balance date on or before this date (inclusive).

string
Defaults to false

No pagination setup. If true, pageIndex and pageSize have no effect.

string
Defaults to 0

Zero-based page index (0..N)

string
Defaults to 10

The size of the page to be returned

sort
array

Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.

sort
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
application/problem+json