get https://localhost:8443/fineract-provider/api/v1/loans
The list capability of loans can support pagination and sorting.
Example Requests:
loans
loans?fields=accountNo
loans?offset=10&limit=50
loans?orderBy=accountNo&sortOrder=DESC
The list capability of loans can support pagination and sorting.
Example Requests:
loans
loans?fields=accountNo
loans?offset=10&limit=50
loans?orderBy=accountNo&sortOrder=DESC
Try It!
to start a request and see the response here!