API Search endpoints…⌘K

Retrieve Transactions

GET/lokta-lms/api/v1/loans/{loanId}/transactions

Retrieves transactions of a loan

Path parameters

loanIdpath · integer · int64 · required

loanId

Query parameters

excludedTypesquery · array · optional

excludedTypes

pagequery · integer · int32 · optional

page

sizequery · integer · int32 · optional

size

sortquery · string · optional

sort

Responses

200OK

Response fields

contentarray of GetLoansLoanIdTransactionsTransactionIdResponse · optional
emptyboolean · optional
firstboolean · optional
lastboolean · optional
numberinteger · int32 · optional
numberOfElementsinteger · int32 · optional
pageablePageable · optional
sizeinteger · int32 · optional
sortSort · optional
totalElementsinteger · int64 · optional
totalPagesinteger · int32 · optional

Every 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.