---
title: "Api List Bank Rows"
method: GET
path: "/api/bank_rows"
tags: ["Bank - Admin"]
---

# Api List Bank Rows

`GET /api/bank_rows`

List filtered bank rows. Active movements by default; only_ignored=True returns only ignored ones.

## Query parameters

- `status` string
- `start` string, date, nullable
- `end` string, date, nullable
- `metodo_pagamento_id` integer, nullable
- `ponto_venda_id` integer, nullable
- `only_ignored` boolean

## Headers

- `x-api-token` string, nullable

## Response `200`

Successful Response

- BankRow[]
  - `id` integer, required
  - `metodo_pagamento_id` integer, required
  - `ponto_venda_id` integer, required
  - `date_value` string, date, required
  - `description` string, required
  - `amount` string, required
  - `reconciled` string, required
  - `reconciled_amount` string, nullable, required
  - `invoices` ReconciliationInvoice[]
    - `fatura_id` integer, required
    - `numero` string, nullable
    - `total` number, required
    - `allocated_amount` number, nullable
    - `nif` string, nullable
    - `data_documento` string, date-time, nullable
    - `emitente` string, nullable
  - `identical_elsewhere` IdenticalMovement[]
    - `id` integer, required
    - `metodo_pagamento_id` integer, required
    - `metodo_nome` string, nullable
    - `ponto_venda_id` integer, nullable
    - `ponto_venda_nome` string, nullable
    - `reconciled` string, required
    - `ignored` boolean
  - `ignored` boolean
  - `ignored_reason` string, nullable
  - `ignored_by` integer, nullable
  - `ignored_at` string, date-time, nullable
  - `statement_id` integer, nullable
  - `seq` integer, nullable
  - `sign_verified` boolean

## Other responses

- `422` — Validation Error

---

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