---
title: "Lista infrações para participantes Indiretos"
method: GET
path: "/infraction/list"
---

# Lista infrações para participantes Indiretos

`GET /infraction/list`

## Headers

- `isReporter` boolean
- `isCounterparty` boolean
- `fundsRecoveryId` string
- `status` '0' | '1' | '2' | '3'
- `dateHourChangeStart` string
- `dateHourChangeEnd` string
- `pageSize` string
- `page` string

## Response `200`

200

- object
  - `version` string
  - `status` integer
  - `body` object
    - `items` object[]
      - `transactionId` string
      - `reason` string
      - `situationType` string
      - `reportDetails` string
      - `id` string
      - `fundsRecoveryId` string — Id da recuperação de valores MED 2.0
      - `status` string
      - `reporterParticipant` string
      - `counterpartyParticipant` string
      - `creationTime` string
      - `lastModified` string
      - `responseTime` string
      - `analysisDetails` string
      - `analysisResult` string
      - `fraudMarkerId` string
    - `totalRecords` integer
    - `currentPage` integer
    - `pageSize` integer
    - `hasPreviousPage` boolean
    - `hasNextPage` boolean

## Other responses

- `400` — 400
- `403` — 403
- `500` — 500

---

[API](https://skmtc.net/celcoin/apis/api-para-transa-es.md) · [All operations](https://skmtc.net/celcoin/apis/api-para-transa-es/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/celcoin/api-para-transa-es/revisions/85dd6188a37b/schema)
