---
title: "Get Classification"
method: GET
path: "/public/v2/classifications/{classification_id}/"
tags: ["Classifications"]
---

# Get Classification

`GET /public/v2/classifications/{classification_id}/`

Retrieve a single classification dimension by ID.

## Path parameters

- `classification_id` integer, required

## Response `200`

OK

- PublicClassificationSchemaOut
  - `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
  - `created_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `updated_by` AuditActorSchemaOut — Schema for audit actor information.
    - `actor_type` string, nullable
    - `email` string, nullable
    - `first_name` string, nullable
    - `last_name` string, nullable
    - `timestamp` string, date-time, nullable
  - `id` integer, required
  - `selections` PublicSelectionItemOut[], required
    - `id` integer, required
    - `name` string, required
    - `is_active` boolean, required
    - `parent_id` integer, nullable, required
    - `parent_name` string, nullable, required
  - `required_for_records` PublicClassifiableRecords[], required
  - `parent_id` integer, nullable, required
  - `parent_name` string, nullable, required
  - `name` string, required
  - `is_active` boolean

## Changes

> 14 revisions in range; 12 could not be searched.

- **2026-07-26** `64136e8e19bb` — 1 warning
  - added the new `statistical_journal` enum value to the `required_for_records/items/` response property for the response status `200`

[Change history](https://skmtc.dev/dualentry/apis/dualentry-public-api/changes/public/v2/classifications/:classification_id/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)
