Skip to main content
GET
List loan product versions

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

productId
string<uuid>

Narrow to one loan product's versions.

jurisdictionCode
string

Narrow to one jurisdiction profile code.

Required string length: 2
Ejemplo:

"BR"

rateMode
enum<string>

Narrow to one pricing mode.

Opciones disponibles:
fixed,
floating
currency
string

Narrow to one ISO-4217 alpha currency.

Pattern: ^[A-Z]{3}$
Ejemplo:

"BRL"

accrualBasis
enum<string>

Narrow to one interest recognition method.

Opciones disponibles:
effective_interest,
linear
limit
integer<int64>
predeterminado:25

Page size.

Rango requerido: 1 <= x <= 100
offset
integer<int64>
predeterminado:0

Page offset.

Rango requerido: 0 <= x <= 10000

Respuesta

OK

data
object[] | null
requerido

Page of product version snapshots, newest first; always present, empty slice when none match.