---
title: "Retrieves a Journal resource."
method: GET
path: "/journals/{id}"
tags: ["Journal"]
---

# Retrieves a Journal resource.

`GET /journals/{id}`

Retrieves a Journal resource.

## Path parameters

- `id` string, required

## Response `200`

Journal resource

- Journal — Journal represents recorded transactions and adjustments to the 3rd party account
  - `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

## Other responses

- `404` — Resource not found

---

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