---
title: "Pobiera wartości parametrów z paginacją"
method: GET
path: "/qualitiesproperties"
tags: ["Parametry - Wartości"]
---

# Pobiera wartości parametrów z paginacją

`GET /qualitiesproperties`

## Query parameters

- `quality_id` integer, required
- `limit` integer
- `offset` integer

## Response `200`

Sukces

- QualityPropertyResponse[]
  - `id` integer
  - `quality_id` integer
  - `name` MultiLangName — Słownik językowy. Klucz (string) to ID języka z tabeli 'languages', wartość to przetłumaczony tekst.
  - `order` integer

## Other responses

- `404` — Nie znaleziono głównego parametru (Quality not found)
- `500` — Błąd serwera

---

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