---
title: "GET /variants"
method: GET
path: "/variants"
tags: ["Variants"]
---

# GET /variants

`GET /variants`

List variants

## Query parameters

- `page` integer
- `limit` integer
- `target_culture` string
- `document_type_code` string
- `medias_included` integer
- `media_fields_included` integer
- `updated_at_min` string

## Headers

- `quable-codes` string

## Response `200`

Success

- VariantList
  - `links` string[]
  - `data` VariantSingle[]
    - `id` integer
    - `code` string
    - `type` string
    - `active` boolean
    - `created_at` string, datetime
    - `updated_at` string, datetime
    - `fields` array[]
      - object[]
    - `links` LinkElement[]
      - `rel` string
      - `href` string
    - `document` DocumentSimple
      - `id` integer
      - `code` string
      - `type` string
      - `document_type` string
      - `active` boolean
      - `created_at` string, datetime
      - `updated_at` string, datetime
      - `links` LinkElement[]
        - `rel` string
        - `href` string
    - `medias` DocumentSingleMediaElement[]
      - `id` integer
      - `code` string
      - `active` boolean
      - `fields` string[]
      - `links` LinkElement[]
        - `rel` string
        - `href` string
  - `included` DocumentIncludedItem[]
    - `code` string
    - `type` string
    - `values` EavValueLabel[]
      - `code` integer
      - `label` string
  - `count` integer

---

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