Skip to main content
GET
List loan product versions

Autorizações

Authorization
string
header
obrigatório

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
Exemplo:

"BR"

rateMode
enum<string>

Narrow to one pricing mode.

Opções disponíveis:
fixed,
floating
currency
string

Narrow to one ISO-4217 alpha currency.

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

"BRL"

accrualBasis
enum<string>

Narrow to one interest recognition method.

Opções disponíveis:
effective_interest,
linear
limit
integer<int64>
padrão:25

Page size.

Intervalo obrigatório: 1 <= x <= 100
offset
integer<int64>
padrão:0

Page offset.

Intervalo obrigatório: 0 <= x <= 10000

Resposta

OK

data
object[] | null
obrigatório

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