Skip to main content
GET
List accounting profiles

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de consulta

loanProductVersionId
string<uuid>

Narrow to the charts of one loan product version. A version owns a chain of charts, each with the day it takes force; combine with asOf for the one governing a given day.

accountingMode
enum<string>

Narrow to one accounting mode.

Opciones disponibles:
accrual,
cash
asOf
string<date>

Narrow to the chart IN FORCE on this civil day (YYYY-MM-DD), one per loan product version: the one with the greatest effectiveFrom at or below it. Omit to list the whole chain, which is what an audit of how the configuration changed needs. A future day answers what the product will book into once a scheduled chart takes force.

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 posting configurations, newest first; always present, empty slice when none match.