---
title: "Retrieves the collection of BankReconciliation resources."
method: GET
path: "/bank_reconciliations"
tags: ["BankReconciliation"]
---

# Retrieves the collection of BankReconciliation resources.

`GET /bank_reconciliations`

Retrieves the collection of BankReconciliation resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

BankReconciliation collection

- BankReconciliation[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — The unique identifier of the source 3rd party integration
  - `created` string, date-time, nullable — The datetime when the item was created
  - `modified` string, date-time, nullable — The datetime when the item wsa last modified
  - `bankAccountId` string, nullable — Unique identifier for the bank account
  - `reconciliationDate` string, nullable — Date of bank reconciliation
  - `reconciliationEndBalance` integer, nullable — The statement end balance for the reconciliation
  - `totalReceived` integer, nullable — The total amount received
  - `totalPaid` integer, nullable — Total amount paid
  - `startingBalance` integer, nullable — The starting balance of the bank reconciliation
  - `closingBalance` integer, nullable — The closing balance of the bank reconciliation
  - `reconciledBalance` integer, nullable — The reconciled balance of the bank reconciliation
  - `balanceDifference` integer, nullable — The difference between the statement end balance and reconciled balance
  - `status` string, nullable — Bank reconciliation status

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/revisions/d08a107895ad/schema)
