Opcje - Grupy

Pobierz szczegóły grupy opcji

Zwraca listę grup opcji

get/options_groups/{group_id}

Path parameters

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

Identyfikator grupy opcji

Response

Sukces

idinteger
namestring
optionsinteger[]

Example response

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

Changes

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