List accounting deposit batches

Returns deposit batches for the active school, ordered by batch date and identifier with optional accounting filters.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Query parameters

sourceenumOptional
Deposit source filter.
Allowed values:
statusenumOptional
Deposit status filter.
Allowed values:
account_idintegerOptional
Accounting account filter.
fromdateOptional
Inclusive batch date lower bound.
todateOptional
Inclusive batch date upper bound.
searchstringOptional
Searches reference name journal identifier or numeric batch identifier.

Response

Deposit batches returned successfully.
statusstringOptional
messagestringOptional
datalist of objectsOptional

Errors

401
Unauthorized Error
403
Forbidden Error