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

# Retrieves the collection of Journal resources.

`GET /journals`

Retrieves the collection of Journal resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Journal collection

- Journal[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `srcId` string — Unique identifier for each journal
  - `journalDate` string, date-time — Date on which the journal to be recorded
  - `journalNumber` string, nullable — The reference number of the journal
  - `journalLines` string, nullable — JSON lines of the journal
  - `currencyCode` string, nullable — Currency code of journal line
  - `created` string, date-time, nullable — Created date and time of the journal
  - `modified` string, date-time, nullable — Last modified time of the journal

---

[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/versions/d08a107895ad/schema)
