---
title: "Attribute List."
method: GET
path: "/rest/api/warehouse/attribute/"
tags: ["Warehouse"]
---

# Attribute List.

`GET /rest/api/warehouse/attribute/`

List of attributes

## Query parameters

- `offset` integer — Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records)
- `limit` integer — Limit of returned results, max 512 records

## Response `200`

Attributes array

- RestAttributesIndexResponse
  - `attributes` RestAttributeDTO[], required — Attribute items list
    - `id` integer — Internal attribute ID
    - `type` 1 | 2 | 9 | 16 | 17, nullable, required — Attribute type ('1-Text', 2-'boolean', '9-textarea', '16-feature-multi', '17-feature-single')
    - `name` string, required — Name of attribute
    - `attributeFeatures` RestAttributeFeatureDTO[] — Attribute Features
      - `id` integer, nullable — Internal attribute feature ID
      - `value` string, required — Value
  - `totalCount` integer — Number of matching results
  - `currentOffset` integer — Current list offset
  - `pageResultCount` integer — Number of results per page

## Other responses

- `401` — Authorization failed

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
