Skip to main content
GET
List Infraction Reports

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Parámetros de consulta

limit
integer
predeterminado:10

Maximum number of items per page.

Rango requerido: 1 <= x <= 100
page
integer
predeterminado:1

Page number for pagination.

Rango requerido: x >= 1
sort_order
enum<string>
predeterminado:asc

Sort direction: asc or desc.

Opciones disponibles:
asc,
desc
status
enum<string>

Filter by infraction status (OPEN, ACKNOWLEDGED, CLOSED, CANCELLED).

Opciones disponibles:
OPEN,
ACKNOWLEDGED,
CLOSED,
CANCELLED
transaction_id
string

Filter by the SPI transaction identifier associated with the report.

reporter_participant
string

Filter by the ISPB of the reporting participant.

counterparty_participant
string

Filter by the ISPB of the counterparty institution.

analysis_result
enum<string>

Filter by the BACEN analysis result (AGREED or DISAGREED).

Opciones disponibles:
AGREED,
DISAGREED
modified_after
string

Filter by records modified after this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).

modified_before
string

Filter by records modified before this timestamp (RFC3339 format: 2024-01-15T10:30:00Z).

Respuesta

List of infraction reports retrieved successfully.

items
object[]
page
integer
Ejemplo:

1

limit
integer
Ejemplo:

10