Skip to main content
GET
Listar os relatos de infração de uma recuperação de fundos

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider.

Parâmetros de caminho

id
string
obrigatório

Funds recovery UUID (local record id)

Parâmetros de consulta

limit
integer<int64>
padrão:25

Page size (default 25, max 100)

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

Page offset (default 0)

Intervalo obrigatório: x >= 0

Resposta

OK

items
object[] | null
obrigatório

Local DICT infraction records for the requested limit/offset window.

limit
integer<int64>
obrigatório

Effective page size applied to this response.

offset
integer<int64>
obrigatório

Zero-based offset of the first item in this page.

correlationId
string

Request-scoped correlation identifier echoing X-Request-ID, for pivoting from response to trace.