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

# Retrieves the collection of LedgerEntry resources.

`GET /ledger_entries`

Retrieves the collection of LedgerEntry resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

LedgerEntry collection

- LedgerEntry[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each journal
  - `created` string, date-time, nullable — Created date and time of the entry
  - `modified` string, date-time, nullable — Last modified time of the entry
  - `date` string, nullable — Date of the ledger entry
  - `credit` integer, nullable — Credit amount of the ledger entry
  - `debit` integer, nullable — Debit amount of the ledger entry
  - `journalCode` string, nullable — Journal code of the entry
  - `description` string, nullable — Description of the ledger entry
  - `ledgerAccount` string, nullable — Ledger account id

---

[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)
