Atrybuty - Grupy

Pobierz szczegóły grupy atrybutów

Zwraca listę grup atrybutów

get/attributes_groups/{group_id}

Path parameters

{"stackTrail":"paths:/attributes_groups/{group_id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator grupy atrybutów

Response

Sukces

attributesinteger[]
idinteger
namestring

Example response

{
  "attributes": [
    {
      "id": 1,
      "name": "Wariant 1"
    },
    {
      "id": 2,
      "name": "Wariant 2"
    }
  ],
  "id": 2,
  "name": "Nazwa grupy 1"
}

Changes

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