Warianty

Pobierz szczegóły wariantu

Zwraca szczegóły wariantu

get/variants/{variant_id}

Path parameters

{"stackTrail":"paths:/variants/{variant_id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator wariantu

Response

Sukces

group_idinteger
idinteger
namestring
propertiesinteger[]

Example response

{
  "group_id": 1,
  "id": 2,
  "name": "Nazwa wariantu 1",
  "properties": [
    {
      "id": 1,
      "name": "Właścwiość 1"
    },
    {
      "id": 2,
      "name": "Właścwiość 2"
    }
  ]
}

Changes

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