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

# List Classification Lines

`GET /public/v2/classifications-lines/`

Retrieve a paginated list of classification values that can be assigned to transaction line items.

## Query parameters

- `search` string, nullable
- `id` integer[], nullable
- `name` string, nullable
- `is_active` boolean, nullable
- `classification_id` integer[], 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

- PagedPublicClassificationLineSchemaOut
  - `items` PublicClassificationLineSchemaOut[], required
    - `id` integer, required
    - `name` string, required
    - `is_active` boolean, required
    - `classification_id` integer, required
    - `classification_name` string, required
  - `count` integer, required

---

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