---
title: "Get attribute values"
method: GET
path: "/attribute/{id}/values"
tags: ["Attribute"]
---

# Get attribute values

`GET /attribute/{id}/values`

## Path parameters

- `id` integer, required

## Query parameters

- `searchTerm` string
- `itemNumber` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- AttributeValuesModel — A paginated collection of attribute values
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` AttributeValueModel[] — The retrieved records.
    - `ItemNumber` string — Item number the attribute value belongs to
    - `Value` object — Value of the attribute for the item (string or double)

---

[API](https://skmtc.net/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.net/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
