---
title: "GET /eav-attributes"
method: GET
path: "/eav-attributes"
tags: ["Data Model"]
---

# GET /eav-attributes

`GET /eav-attributes`

returns all attributes for a specific linked_class, document_type or attribute_set

## Query parameters

- `l10nLocale` string
- `linked_class` string
- `assist` number
- `document_type_code` string
- `attribute_set_code` string

## Response `200`

Success

- EavAttributesFieldsResponse
  - `fields` EavAttributesFieldsRow[], required
    - `eav` boolean, required
    - `xtype` string, required
    - `readOnly` boolean, required
    - `name` string, required
    - `group_id` integer, required
    - `group_label` string, required
    - `fieldLabel` string, required
    - `labelWidth` integer, required
    - `width` string, required
    - `maxLength` integer, required
    - `decimalPrecision` integer, required
    - `allowDecimals` boolean, required
    - `uncheckedValue` string, required
    - `allowBlank` boolean, required
    - `msgTarget` string, required
    - `regex_validation` string, required
    - `datatype` string, required

---

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