Parametry

Pobiera listę parametrów z paginacją

get/qualities

Query parameters

limitinteger
offsetinteger

Response

Sukces

idinteger
nameMultiLangName

Słownik językowy. Klucz (string) to ID języka z tabeli 'languages', wartość to przetłumaczony tekst.

Example response

[
  {
    "id": 15,
    "name": {
      "1": "English Text",
      "2": "Polski tekst"
    },
    "properties": [
      {
        "id": 101,
        "name": {
          "1": "English Text",
          "2": "Polski tekst"
        },
        "order": 1
      }
    ]
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.