---
title: "List all reconciliations active in this firm"
method: GET
path: "/api/v4/f/{firm_id}/reconciliations"
tags: ["Templates"]
---

# List all reconciliations active in this firm

`GET /api/v4/f/{firm_id}/reconciliations`

List all reconciliations active in this firm. <br>
<b>Required scope(s):</b> `administration:read`

## Path parameters

- `firm_id` integer, required

## Query parameters

- `page` integer
- `per_page` integer

## Headers

- `Accept-Language` string

## Response `200`

Successful response

- ReconciliationTextUpdateResponse[]
  - `name` string
  - `name_en` string
  - `name_fr` string
  - `name_nl` string
  - `handle` string
  - `text` string
  - `text_parts` TextPart[]
    - `name` string, required
    - `content` string, required
  - `auto_hide_formula` string
  - `text_configuration` string
  - `virtual_account_number` string
  - `reconciliation_type` string
  - `public` boolean
  - `allow_duplicate_reconciliations` boolean
  - `is_active` boolean
  - `use_full_width` boolean
  - `downloadable_as_docx` boolean
  - `externally_managed` boolean — When this value is set to true the shared parts are not allowed to be edited via the web interface, only via API.
  - `tests` string
  - `id` integer
  - `marketplace_template_id` integer

---

[API](https://skmtc.net/silverfin/apis/silverfin-api.md) · [All operations](https://skmtc.net/silverfin/apis/silverfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/silverfin/silverfin-api/versions/61e058ce0d3f/schema)
