List Loans
GET
/lokta-lms/api/v1/loansThe 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
Query parameters
externalIdquery · string · optionalexternalId
offsetquery · integer · int32 · optionaloffset
limitquery · integer · int32 · optionallimit
orderByquery · string · optionalorderBy
sortOrderquery · string · optionalsortOrder
accountNoquery · string · optionalaccountNo
associationsquery · string · optionalassociations
clientIdquery · integer · int64 · optionalclientId
statusquery · string · optionalstatus
Responses
200OKResponse fields
pageItemsarray of GetLoansLoanIdResponse · optionaltotalFilteredRecordsinteger · int32 · optionalEvery request authenticates with HTTP Basic and carries a Tenant-Identifier header. See the conventions for dates, commands, pagination and errors.
Open this operation in the interactive explorer, or read it as Markdown.