---
title: "Listar Reivindicações"
method: GET
path: "/claims/"
tags: ["Claim"]
---

# Listar Reivindicações

`GET /claims/`

Obtém lista de reivindicações em que o participante é doador ou reivindicador.

Lista de reivindicações é ordenada de forma crescente pelo campo `LastModified` .

_Atenção_: Ao percorrer a lista em intervalos de tempo fechados, recomendável para que 
não se pule nenhum elemento, alguns elementos retornados poderão se repetir.

## Query parameters

- `Participant` string, required
- `IsDonor` boolean
- `IsClaimer` boolean
- `Status` ClaimStatus[] — unresolved $ref
- `Type` ClaimType — unresolved $ref
- `ModifiedAfter` string, date-time
- `ModifiedBefore` string, date-time
- `Limit` integer

## Response `200`

OK

## Other responses

- `400` — unresolved $ref
- `403` — unresolved $ref

## Changes

- **2020-08-24** `e7d43b7c35fd` — 1 breaking
  - for the `query` request parameter `Status`, the type changed from no type to `array`
- **2020-07-22** `b5bc698deec9` — 1 breaking, 1 warning
  - for the `query` request parameter `Limit`, default value `20` was added
  - for the `query` request parameter `Limit`, the max was set to `200.00`

[Change history](https://skmtc.dev/bacen/apis/dict-api/changes/claims/get.md)

---

[API](https://skmtc.dev/bacen/apis/dict-api.md) · [All operations](https://skmtc.dev/bacen/apis/dict-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bacen/dict-api/revisions/e7d43b7c35fd/schema)
