BankReconciliations
List all bank reconciliations
List all bank reconciliations
get/bank-reconciliations
Query parameters
account_namestring
Search by account name
{"stackTrail":"paths:/bank-reconciliations:get:parameters:1:schema","oasType":"schema","type":"unknown"}
Search by balance
idinteger
Search by id
to_datestring date
Search by to date
organization_idinteger required
Search by organization id
filtersobject
Filter by the above query parameters. <br /> <b>Example:</b> { "account_name[value]" : "abc", "account_name[operator]" : "contains" } which will search for all records that have a name containse "abc".
sort[asc]'id' | 'from_date' | 'to_date' | 'account_name' | 'balance' | 'status'
Sort records in ascending order
sort[desc]'id' | 'from_date' | 'to_date' | 'account_name' | 'balance' | 'status'
Sort records in descending order
pageinteger
The particular page to return
per_pageinteger
The number of items to return per page Default: 50 Limit: 200
Response
Successful operation