---
title: "Provide a list of Classifications in a tree-like representation of a Catalog resource"
method: GET
path: "/catalogs/{id}/classifications"
tags: ["Classification & Catalog"]
---

# Provide a list of Classifications in a tree-like representation of a Catalog resource

`GET /catalogs/{id}/classifications`

Retrieves the collection of Catalog resources.

## Path parameters

- `id` string, required

## Query parameters

- `withAscendant` boolean
- `classification_id` string
- `depth` integer
- `page` integer
- `limit` integer
- `pagination` boolean
- `id` string
- `id[]` string[]
- `objectType` 'asset' | 'document'

## Response `200`

Catalog collection

- CatalogRead[]
  - `objectType` string, required
  - `description` string, nullable
  - `id` string, required — This is the unique identifier of the resource
  - `name` string, required
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `dateCreated` string, date-time, nullable — This is an ISO datetime

---

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