---
title: "Provide a single resource - DocumentTypes"
method: GET
path: "/document-types/{id}"
tags: ["Data Model"]
---

# Provide a single resource - DocumentTypes

`GET /document-types/{id}`

Retrieves a DocumentType resource.

## Path parameters

- `id` string, required

## Response `200`

DocumentType resource

- 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

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