Skip to main content

Get configuration models

GET 

/configurator/:version/configurator/configurationmodels

Retrieves a list of all available configuration models

Request

Path Parameters

    version stringrequired

Query Parameters

    lang string

    Language ISO, used to translate feature(model) texts.

Responses

Success

Schema

    categories

    object[]

    nullable

  • Array [

  • id uuid
    name stringnullable
    attachedFeatureIds uuid[]nullable
    subcategories undefined[]nullable
  • ]

  • features

    object[]

    nullable

  • Array [

  • featureModelId stringnullable
    featureId uuid
    articleCode stringnullable
    name stringnullable
    description stringnullable
    extendedDescription stringnullable
    moreInfo stringnullable
    imageUrl stringnullable
    startingPriceExclVat stringnullable
    startingPriceInclVat stringnullable
    startup int64
  • ]

  • languages

    object

    nullable

    property name* string
    language stringnullable
Loading...