v1
latestOpenAPI 3.1.02026-07-24416405768.8 KBu) Loan Functionality
Get loan transactions
Retrieves the transaction history for a loan, with optional date range, filter, and external ID search parameters.
get/eclipse-conductor/rest/v1/tenants/{tenantId}/loans/{loanId}/transactions
Path parameters
tenantIdinteger required
loanIdinteger required
Query parameters
dateFromInclstring
Start of the date range (inclusive). ISO date string.
dateToExclstring
End of the date range (exclusive). ISO date string.
externalIdstring
External ID from the originating request. Overrides other filters when supplied.
externalUniqueIdstring
External unique ID from the originating request. Overrides other filters; prefix with CR- or DB- to target the credit or debit leg.
filterstring
Free-text filter applied across transaction fields. Case-insensitive.
limitinteger
offsetinteger
Response
OK
Example response
[
{
"date": "2022-03-10T12:15:50-04:00",
"payment": {
"created": "2022-03-10T12:15:50-04:00",
"expires": "2022-03-10T12:15:50-04:00",
"lastModified": "2022-03-10T12:15:50-04:00"
}
}
]