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

# Retrieves the collection of JournalLine resources.

`GET /journal_lines`

Retrieves the collection of JournalLine resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer
- `journalId` string
- `journalId[]` string[]

## Response `200`

JournalLine collection

- JournalLine[]
  - `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

---

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