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

# Retrieves a JournalLine resource.

`GET /journal_lines/{id}`

Retrieves a JournalLine resource.

## Path parameters

- `id` string, required

## Response `200`

JournalLine resource

- JournalLine — Journal Lines represent a single line of a larger Journal entity
  - `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 entry number of the journal
  - `accountId` string, nullable — ID of the account the journal is logging
  - `accountCode` string, nullable — Customer defined alpha numeric account code e.g. "200" e.g. "SALES
  - `accountType` string, nullable — Type of account e.g. "BANK" e.g. "CURRENT" e.g. "CURRLIAB"
  - `accountName` string, nullable — Name of account
  - `description` string, nullable — A description of line item
  - `totalAmount` integer — Total amount of journal line
  - `debitOrCredit` string, nullable — Whether the jounral line amount is a debit or a credit
  - `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
  - `journalId` string — Boss Insights id of the journal this line is a part of

## 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/revisions/d08a107895ad/schema)
