---
title: "List Classifications"
method: GET
path: "/public/v2/classifications/"
tags: ["Classifications"]
---

# List Classifications

`GET /public/v2/classifications/`

Retrieve a paginated list of classification dimensions, such as departments, locations, or projects.

## Query parameters

- `search` string, nullable
- `updated_after` string, date-time, nullable
- `updated_before` string, date-time, nullable
- `id` integer[], nullable
- `name` string, nullable
- `is_active` boolean, nullable
- `is_required` boolean, nullable
- `ordering` string, nullable
- `limit` integer — Number of records to return per page (capped at 100)
- `offset` integer — Number of records to skip before starting to return results

## Response `200`

OK

- PagedPublicClassificationSchemaOut
  - `items` PublicClassificationSchemaOut[], required
    - `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
  - `count` integer, required

## 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 `items/items/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/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)
