---
title: "This endpoint provides a paginated list of DocumentTypes"
method: GET
path: "/document-types"
tags: ["Data Model"]
---

# This endpoint provides a paginated list of DocumentTypes

`GET /document-types`

Retrieves the collection of DocumentType resources.

## Query parameters

- `page` integer
- `limit` integer
- `pagination` boolean
- `id` string
- `id[]` string[]
- `catalogs.id` string
- `catalogs.id[]` string[]
- `objectType` 'media' | 'classification' | 'document' | 'link' | 'eav_value' | 'sku'
- `objectType[]` string[]

## Response `200`

DocumentType collection

- DocumentTypeDocumentTypeOutputReadDocumentTypeOutput[]
  - `legacyId` integer
  - `objectType` string
  - `default` boolean
  - `hasVariant` boolean
  - `name` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `description` LanguageTranslation — This structure does accept key & values where key has to be a language code configured in your PIM & the value is the value for this field in this language.
    - `fr-FR` string
    - `en-US` string
  - `id` string — This is the unique identifier of the resource

---

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