Skip to main content
GET
List accrual run decisions

Autorizaciones

Authorization
string
header
requerido

JWT bearer token issued by the identity provider.

Parámetros de ruta

id
string<uuid>
requerido

Accrual run identifier.

Ejemplo:

"550e8400-e29b-41d4-a716-446655440000"

Parámetros de consulta

kind
string

Narrow to one recognition kind, e.g. interest or pis_cofins.

Maximum string length: 32
Ejemplo:

"interest"

postingStatus
enum<string>

Narrow by the state of the item's downstream ledger posting.

Opciones disponibles:
pending,
posted
competencia
string

Narrow to one accounting month (YYYY-MM).

Pattern: ^\d{4}-\d{2}$
Ejemplo:

"2026-05"

loanAccountId
string<uuid>

Narrow to one loan account's recognitions within this run.

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 the run's recognitions, newest first; always present, empty slice when none match.