Find deposit application
Use case
In this case, we will review how to find the ID of a created deposit application using person ID.
Use case data
API parameters with values
We will find an existing deposit application that was created for the test person with ID-2660
.
...v2/persons/ID-2660/applications
This API call requires mandatory query parameters pageSize and pageNumber.
...?pageSize=1&pageNumber=1
Sample API call
To find a deposit application, make the following API call.
deposit-api.sandbox.tuumplatform.com/api/v3/persons/{personId}/applications
Sample response
Below you find an example response body to the API call above.
Result
As a result we found the deposit application with the ID-1696407202
and fetched other information related to the deposit application.
Last updated
Was this helpful?