---
title: "Provide a paginated list of Classifications"
method: GET
path: "/classifications"
tags: ["Classification & Catalog"]
---

# Provide a paginated list of Classifications

`GET /classifications`

Retrieves the collection of Classification resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `catalogs.id` string
- `catalogs.id[]` string[]
- `id` string
- `id[]` string[]
- `order[dateCreated]` 'asc' | 'desc'
- `order[dateModified]` 'asc' | 'desc'
- `dateCreated[before]` string
- `dateCreated[strictly_before]` string
- `dateCreated[after]` string
- `dateCreated[strictly_after]` string
- `dateModified[before]` string
- `dateModified[strictly_before]` string
- `dateModified[after]` string
- `dateModified[strictly_after]` string
- `skipAssetLinks` boolean
- `localesInheritance[attributes]` boolean

## Headers

- `X-Quable-Locale` string

## Response `200`

Classification collection

- ClassificationClassificationOutputReadClassificationOutput[]
  - `parent` string, nullable
  - `catalogId` string, nullable
  - `active` boolean
  - `attributes` string[]
  - `assetLinks` LinkLinkOutputReadClassificationOutput[]
    - `linkType` LinkTypeLinkTypeOutputReadClassificationOutput
      - `id` string — This is the unique identifier of the resource
    - `origin` string
    - `target` string
    - `sequence` integer
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `mainAssetUrl` string, nullable
  - `mainAssetThumbnailUrl` string, nullable
  - `dateCreated` string, date-time, nullable
  - `dateModified` string, date-time, nullable
  - `createdBy` UserUserOutputReadClassificationOutput
    - `id` integer
  - `updatedBy` UserUserOutputReadClassificationOutput
    - `id` integer
  - `id` string — This is the unique identifier of the resource
  - `legacyId` integer

---

[API](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5.md) · [All operations](https://skmtc.dev/quable/apis/quable-pim-api-documentation-v5/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quable/quable-pim-api-documentation-v5/revisions/1641096abb34/schema)
