---
title: "Listar lançamentos"
method: GET
path: "/v1/lancamentos"
tags: ["Financeiro > Lançamentos"]
---

# Listar lançamentos

`GET /v1/lancamentos`

Lista todos os lançamentos financeiros (receitas e despesas) do estabelecimento, incluindo parcelas de recorrências.
            
**Lançamentos recorrentes:**
Cada parcela de uma recorrência é exibida como um lançamento individual. Use o campo "Recorrencia" para identificar parcelas da mesma recorrência.

## Query parameters

- `statusPagamento` integer
- `dataInicio` string, date-time
- `dataFim` string, date-time
- `apenasAtivos` boolean
- `page` integer
- `pageSize` integer

## Headers

- `estabelecimentoId` string, required

## Response `200`

Success

- LancamentoDetailsDTOPagedList
  - `page` integer
  - `pageSize` integer
  - `totalPages` integer
  - `totalRecords` integer
  - `data` LancamentoDetailsDTO[], nullable
    - `id` integer
    - `tipo` integer
    - `tipoNome` string, nullable
    - `categoria` integer
    - `categoriaNome` string, nullable
    - `grupo` integer
    - `grupoNome` string, nullable
    - `dataPagamento` string, date-time, nullable
    - `dataVencimento` string, date-time
    - `dataCompetencia` string, date-time, nullable
    - `descricao` string, nullable
    - `valor` number, double
    - `statusPagamento` integer
    - `statusPagamentoNome` string, nullable
    - `profissionalOuFornecedorDocumento` string, nullable
    - `profissionalOuFornecedorNome` string, nullable
    - `formaPagamentoId` integer, nullable
    - `formaPagamentoNome` string, nullable
    - `dataCriacao` string, date-time
    - `dataAtualizacao` string, date-time
    - `ativo` boolean
    - `recorrencia` RecorrenciaDTO
      - `idRecorrencia` integer
      - `tipoRecorrencia` integer
      - `tipoRecorrenciaNome` string, nullable
      - `totalParcelas` integer
      - `inicioRecorrencia` string, date-time
      - `fimRecorrencia` string, date-time, nullable
      - `formaDeAplicarCompetencia` integer, nullable
      - `formaDeAplicarCompetenciaNome` string, nullable
      - `recorrenciaAtiva` boolean

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/trinks/apis/trinks-api.md) · [All operations](https://skmtc.net/trinks/apis/trinks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trinks/trinks-api/revisions/1b5b1e3825ef/schema)
