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
- 200
Success
- text/plain
- application/json
- text/json
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
categories
object[]
nullable
id uuid
name stringnullable
attachedFeatureIds uuid[]nullable
subcategories undefined[]nullable
features
object[]
nullable
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
{
"categories": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"attachedFeatureIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"subcategories": [
null
]
}
],
"features": [
{
"featureModelId": "string",
"featureId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"articleCode": "string",
"name": "string",
"description": "string",
"extendedDescription": "string",
"moreInfo": "string",
"imageUrl": "string",
"startingPriceExclVat": "string",
"startingPriceInclVat": "string",
"startup": 0
}
],
"languages": {},
"language": "string"
}
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
categories
object[]
nullable
id uuid
name stringnullable
attachedFeatureIds uuid[]nullable
subcategories undefined[]nullable
features
object[]
nullable
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
{
"categories": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"attachedFeatureIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"subcategories": [
null
]
}
],
"features": [
{
"featureModelId": "string",
"featureId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"articleCode": "string",
"name": "string",
"description": "string",
"extendedDescription": "string",
"moreInfo": "string",
"imageUrl": "string",
"startingPriceExclVat": "string",
"startingPriceInclVat": "string",
"startup": 0
}
],
"languages": {},
"language": "string"
}
- Schema
- Example (from schema)
Schema
Array [
]
Array [
]
categories
object[]
nullable
id uuid
name stringnullable
attachedFeatureIds uuid[]nullable
subcategories undefined[]nullable
features
object[]
nullable
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
{
"categories": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"attachedFeatureIds": [
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
],
"subcategories": [
null
]
}
],
"features": [
{
"featureModelId": "string",
"featureId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"articleCode": "string",
"name": "string",
"description": "string",
"extendedDescription": "string",
"moreInfo": "string",
"imageUrl": "string",
"startingPriceExclVat": "string",
"startingPriceInclVat": "string",
"startup": 0
}
],
"languages": {},
"language": "string"
}
Loading...