---
title: "Get StatisticalJournal record"
method: GET
path: "/public/v2/statistical-journals/{record_number}/"
tags: ["Statistical Journals"]
---

# Get StatisticalJournal record

`GET /public/v2/statistical-journals/{record_number}/`

Retrieve a specific StatisticalJournal record by its record number with all related data.

## Path parameters

- `record_number` integer, required — The `number` attribute of the record.

## Query parameters

- `search` string, nullable
- `number` integer[], nullable
- `company_id` integer[], nullable
- `account_id` integer[], nullable
- `account_number` integer[], nullable
- `line_account_id` integer[], nullable
- `line_account_number` integer[], nullable
- `period_start` string, date, nullable
- `period_end` string, date, nullable
- `date_start` string, date, nullable
- `date_end` string, date, nullable
- `record_status` RecordStatus[], nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable

## Response `200`

OK

- PublicStatisticalJournalSchemaOut
  - `id` integer, required
  - `number` integer, required
  - `account_id` integer, required
  - `account_name` string, required
  - `account_number` integer, required
  - `period` string, date, required
  - `date` string, date, required
  - `memo` string, required
  - `record_status` 'draft' | 'posted' | 'archived', required
  - `total_quantity` string, required
  - `attachments` PublicAttachmentSchemaOut[]
    - `id` integer, required
    - `file_name` string, required
    - `file_size` integer, required
    - `download_url` string, nullable
  - `items` PublicStatisticalJournalLineSchemaOut[], required
    - `id` integer, required
    - `company_id` integer, nullable
    - `company_name` string, nullable
    - `account_id` integer, nullable
    - `account_name` string, nullable
    - `account_number` integer, nullable
    - `value` string, required
    - `position` integer, required
    - `memo` string, required
    - `classifications` PublicStatisticalJournalLineClassificationSchemaOut[], required
      - `id` integer, required
      - `name` string, required
      - `line_id` integer, nullable
      - `line_name` string, nullable
  - `created_at` string, date-time, required — Date and time the record was created
  - `updated_at` string, date-time, required — Date and time the record was last updated

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `500` — Internal Server Error

## Changes

- **2026-08-28** `48edcb3acb74` — 2 warning, 3 info
  - removed the optional property `has_more_lines` from the response with the `200` status
  - removed the optional property `lines_count` from the response with the `200` status
  - api operation id `get_StatisticalJournalV2_record` removed and replaced with `get_StatisticalJournal_record`
  - the response property `items` became required for the status `200`
  - …1 more
- **2026-07-31** `506e6073d191` — 7 breaking, 7 info
  - the response property `items/items/account_id` became nullable for the status `200`
  - the response property `items/items/account_name` became nullable for the status `200`
  - the response property `items/items/account_number` became nullable for the status `200`
  - the response property `items/items/account_id` became optional for the status `200`
  - …10 more
- **2026-07-26** `64136e8e19bb` — 1 breaking, 4 info
  - the response property `items` became optional for the status `200`
  - api operation id `get_StatisticalJournal_record` removed and replaced with `get_StatisticalJournalV2_record`
  - 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
  - …1 more

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/statistical-journals/:record_number/get.md)

---

[API](https://skmtc.dev/dualentry/apis/dualentry-public-api.md) · [All operations](https://skmtc.dev/dualentry/apis/dualentry-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api/revisions/48edcb3acb74/schema)
