Get Deposits
With this endpoint, you can retrieve information about deposits made in the system. You can also request deposits for a specific account using query.
Header Parameters
Authorizationstring
Query Parameters
querystring
Search term to filter the deposits.
pageinteger
Specifies the page number of the deposit list.
Default value
0
sizeinteger
Determines the number of deposit records per page.
Default value
10
sortstring
Specifies the sorting order of the results, such as by creation date in descending order (created,desc).
Default value
created,desc
fromstring
Filters the deposits starting from this date.
tostring
Filters the deposits up to this date.
Response
200
Object
OK
Response Attributes
contentarray
Contains the deposit records.
Show child attributes
totalPagesinteger
Total number of pages available.
totalElementsinteger
Total number of deposit entries available.
numberinteger
Current page number.
sizeinteger
Number of records per page.
Was this section helpful?
What made this section unhelpful for you?
Response
Was this section helpful?