---
title: "Provide a single resource - Classification"
method: GET
path: "/classifications/{id}"
tags: ["Classification & Catalog"]
---

# Provide a single resource - Classification

`GET /classifications/{id}`

Retrieves a Classification resource.

## Path parameters

- `id` string, required

## Query parameters

- `localesInheritance[attributes]` boolean

## Headers

- `X-Quable-Locale` string

## Response `200`

Classification resource

- 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

## Other responses

- `404` — Resource not found

---

[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)
