Skip to main content
GET
List Infraction Reports

Autorizações

Authorization
string
header
obrigatório

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

Parâmetros de consulta

limit
integer
padrão:10

Maximum number of items per page.

Intervalo obrigatório: 1 <= x <= 100
page
integer
padrão:1

Page number for pagination.

Intervalo obrigatório: x >= 1
sort_order
enum<string>
padrão:asc

Sort direction: asc or desc.

Opções disponíveis:
asc,
desc
status
enum<string>

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

Opções disponíveis:
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).

Opções disponíveis:
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).

Resposta

List of infraction reports retrieved successfully.

items
object[]
page
integer
Exemplo:

1

limit
integer
Exemplo:

10