Bank - Admin
Api List Bank Rows
List filtered bank rows.
status is one of todos | conciliado | parcial | nao | ignorado. only_ignored=True is the older spelling of status="ignorado".
limit=0 (the default) returns every match, preserving the original behaviour. Pass limit>0 to page; the total for the SAME filters comes back in the X-Total-Count header so the body stays a plain list.
search is free text over description, amount and linked invoice number. Dates are a range filter (start/end), never a substring match. It applies BEFORE paging and is counted the same way, so a search returns the matches in the whole account, not just those on the current page.
get/api/bank_rows
Query parameters
statusstring
startstring date nullable
endstring date nullable
metodo_pagamento_idinteger nullable
ponto_venda_idinteger nullable
only_ignoredboolean
searchstring nullable
pageinteger
limitinteger
Headers
x-api-tokenstring nullable
Response
Successful Response