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

# List Classifications

`GET /public/v1/classifications/`

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

## Query parameters

- `search` string, 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_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

---

[API](https://skmtc.net/dualentry/apis/dualentry-public-api-2.md) · [All operations](https://skmtc.net/dualentry/apis/dualentry-public-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dualentry/dualentry-public-api-2/versions/77cd3c6ec719/schema)
