Opcje

Pobierz szczegóły opcji

Zwraca szczegóły opcji

get/options/{option_id}

Path parameters

{"stackTrail":"paths:/options/{option_id}:get:parameters:0:schema","oasType":"schema","type":"unknown"}

Identyfikator opcji

Response

Sukces

group_idinteger
idinteger
namestring
propertiesinteger[]

Example response

{
  "group_id": 1,
  "id": 2,
  "name": "Nazwa opcji 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.