Skip to main content
GET
List Bank Reconciliation Reports

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Query Parameters

account
integer

Filter by account ID

end_date
string

Filter by maximum statement ending date (YYYY-MM-DD)

entity
integer

Filter by entity ID

limit
integer

Number of results to return per page.

offset
integer

The initial index from which to return the results.

q
string

Search term for account name, number, or reconciled_by name

sort
string

Sort field (prefix with - for descending)

start_date
string

Filter by minimum statement ending date (YYYY-MM-DD)

Response

200 - application/json
count
integer
required
Example:

123

results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=400&limit=100"

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?offset=200&limit=100"