---
title: "Changes to Get JournalEntry record"
method: GET
path: "/public/v2/journal-entries/{record_number}/"
---

# Changes to Get JournalEntry record

`GET /public/v2/journal-entries/{record_number}/`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 14 revisions.

- **2026-08-28** `48edcb3acb74` — 3 breaking, 5 warning, 18 info
- **2026-08-19** `f338ec8b3f52` — 4 info
- **2026-08-05** `525a590a98f8` — 1 info
- **2026-08-03** `844da04100e3` — 4 breaking, 8 warning, 9 info
- **2026-07-31** `506e6073d191` — 6 info
- **2026-07-26** `64136e8e19bb` — 1 breaking, 5 info

## Changes

- **2026-08-28** `48edcb3acb74` — 3 breaking, 5 warning, 18 info
  - the response property `reversal_items/items/account_number` became optional for the status `200`
  - the response property `reversal_items/items/memo` became optional for the status `200`
  - removed the required property `reversal_items/items/entry_id` from the response with the `200` status
  - removed the optional property `has_more_lines` from the response with the `200` status
  - removed the optional property `items/items/reversal_entry_id` from the response with the `200` status
  - removed the optional property `items/items/reversal_line_id` from the response with the `200` status
  - removed the optional property `lines_count` from the response with the `200` status
  - removed the optional property `reversal_date` from the response with the `200` status
  - api operation id `get_JournalEntryV2_record` removed and replaced with `get_JournalEntry_record`
  - added the optional property `reversal_items/items/billable_customer_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_customer_name` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_markup_pct` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_name` to the response with the `200` status
  - added the optional property `reversal_items/items/is_billable` to the response with the `200` status
  - added the optional property `reversal_items/items/not_aging_eligible_reason` to the response with the `200` status
  - added the optional property `reversal_items/items/original_line_id` to the response with the `200` status
  - the response property `items` became required for the status `200`
  - the response property `reversal_items` became required for the status `200`
  - the `memo` response's property default value `` was added for the status `200`
  - the `items` response's property default value `` was removed for the status `200`
  - the `reversal_items` response's property default value `` was removed for the status `200`
  - response property `reversal_items` reactivated
  - added the required property `reversal_items/items/account_id` to the response with the `200` status
  - added the required property `reversal_items/items/currency` to the response with the `200` status
  - added the required property `reversal_items/items/line_type` to the response with the `200` status
- **2026-08-19** `f338ec8b3f52` — 4 info
  - added the new optional `query` request parameter `code`
  - added the enum value `monday` to the property `items/` of the `query` request parameter `integration_sources`
  - added the enum value `netsuite_rutter` to the property `items/` of the `query` request parameter `integration_sources`
  - added the optional property `code` to the response with the `200` status
- **2026-08-05** `525a590a98f8` — 1 info
  - added the new optional `query` request parameter `approval_status_scope`
- **2026-08-03** `844da04100e3` — 4 breaking, 8 warning, 9 info
  - the response property `reversal_items` became optional for the status `200`
  - removed the required property `reversal_items/items/account_id` from the response with the `200` status
  - removed the required property `reversal_items/items/currency` from the response with the `200` status
  - removed the required property `reversal_items/items/line_type` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_customer_id` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_customer_name` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_markup_pct` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_project_id` from the response with the `200` status
  - removed the optional property `reversal_items/items/billable_project_name` from the response with the `200` status
  - removed the optional property `reversal_items/items/is_billable` from the response with the `200` status
  - removed the optional property `reversal_items/items/not_aging_eligible_reason` from the response with the `200` status
  - removed the optional property `reversal_items/items/original_line_id` from the response with the `200` status
  - added the optional property `items/items/reversal_entry_id` to the response with the `200` status
  - added the optional property `items/items/reversal_line_id` to the response with the `200` status
  - added the optional property `reversal_date` to the response with the `200` status
  - the response property `reversal_items/items/account_number` became required for the status `200`
  - the response property `reversal_items/items/memo` became required for the status `200`
  - the `reversal_items` response's property default value `` was added for the status `200`
  - the `memo` response's property default value `` was removed for the status `200`
  - response property `reversal_items` deprecated
  - added the required property `reversal_items/items/entry_id` to the response with the `200` status
- **2026-07-31** `506e6073d191` — 6 info
  - added the optional property `reversal_items/items/billable_customer_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_customer_name` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_markup_pct` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_id` to the response with the `200` status
  - added the optional property `reversal_items/items/billable_project_name` to the response with the `200` status
  - added the optional property `reversal_items/items/is_billable` to the response with the `200` status
- **2026-07-26** `64136e8e19bb` — 1 breaking, 5 info
  - the response property `items` became optional for the status `200`
  - api operation id `get_JournalEntry_record` removed and replaced with `get_JournalEntryV2_record`
  - added the enum value `rippling` to the property `items/` of the `query` request parameter `integration_sources`
  - added the optional property `has_more_lines` to the response with the `200` status
  - added the optional property `lines_count` to the response with the `200` status
  - the `items` response's property default value `` was added for the status `200`

---

[Operation](https://skmtc.dev/dualentry/apis/dualentry-public-api/docs/public/v2/journal-entries/:record_number/get.md) · [API](https://skmtc.dev/dualentry/apis/dualentry-public-api.md) · [Page](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/journal-entries/:record_number/get)
