---
title: "Provide a single resource - Document"
method: GET
path: "/documents/{id}"
tags: ["Document"]
---

# Provide a single resource - Document

`GET /documents/{id}`

Retrieves a Document resource.

## Path parameters

- `id` string, required

## Headers

- `X-Quable-Locale` string

## Response `200`

Document resource

- DocumentDocumentOutputDocumentOutput
  - `active` boolean
  - `attributes` object
  - `documentType` DocumentTypeDocumentOutput
    - `default` boolean, nullable
    - `id` string, required — This is the unique identifier of the resource
  - `attributeSet` AttributeSetDocumentOutput
    - `id` string, required — This is the unique identifier of the resource
  - `classifications` ClassificationClassificationOutputDocumentOutput[]
    - `catalogId` string, nullable
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `documentLinks` LinkLinkOutputDocumentOutput[]
    - `linkType` LinkTypeLinkTypeOutputDocumentOutput
      - `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
  - `assetLinks` LinkLinkOutputDocumentOutput[]
    - `linkType` LinkTypeLinkTypeOutputDocumentOutput
      - `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
  - `workflows` WorkflowWorkflowOutputDocumentOutput[]
    - `steps` WorkflowStep[] — List of Workflow Steps
      - `id` string, required — This is the unique identifier of the resource
      - `name` LanguageTranslation, required — 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
      - `color` string
      - `default` boolean, required
    - `transitions` WorkflowTransition[] — List of Workflow Transitions
      - `id` string, required — This is the unique identifier of the resource
      - `name` LanguageTranslation, required — 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
      - `originStepId` string, required — Unique resource identifier for the origin Workflow Step point of the transition. It must be defined in the "steps" list
      - `targetStepId` string, required — Unique resource identifier for the target/destination Workflow Step point of the transition. It can be the same as the origin. It must be defined in the "steps" list
      - `permissionFeatures` string[]
    - `dateCreated` string, date-time, nullable — This is an ISO datetime
    - `dateModified` string, date-time, nullable — This is an ISO datetime
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `tags` TagDocumentOutput[]
    - `id` string, required — This is the unique identifier of the resource
  - `completenesses` object
  - `variants` VariantVariantOutputDocumentOutput[]
    - `id` string — This is the unique identifier of the resource
    - `legacyId` integer
  - `mainAssetThumbnailUrl` string, nullable
  - `dateCreated` string, date-time, nullable — This is an ISO datetime
  - `dateModified` string, date-time, nullable — This is an ISO datetime
  - `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)
