Get the selectable components for the given marketId, modelId and configurationId.
GET {{baseUrl}}/markets/:marketId/models/:modelId/configurations/:configurationId/selectables?views=MEDIA&imageSizes=SMALL&imageSizes=LARGE&componentTypes=SPECIAL_EDITION&fixedComponents=HQ-GEQE-Mq-p-fszi_3-iWK-is-NX2Ui2-O-9zNY%23x_vd-C-x-T3%23ap-S-T70Ziu-SuZbm-IL-Xnf11-Y-6D-dR9o0_E-Kx-lh%23T_LX-4b-3Aj8OO-fv-iKV-6jV5Qp-oSwCj1f-Vm-0yKQ8-Y_w5-tSKevUa-TEt-%23-fV9m2-Ii-xoD-R%23vHucw-2UiMo-lCH-koY_o&zipCode=5141
Get the selectable VehicleComponents
and the ComponentCategories
of the VehicleConfiguration
for the given marketId, modelId and configurationId. Optional query param componentType may be used to filter the result.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
views | string | Specifies what kind of additional data should be returned. The data views are separated from each other by a comma. | |
View MEDIA is deprecated. Please switch to '/images/selectables' endpoint to get selectables components images. |
Parameter | Description |
---|---|
IDS | View with component IDS for configuration |
MEDIA | Media (images) view for configuration |
MULTI_DESC | View with detailed component descriptions |
imageSizes | string |
imageSizes | string |
componentTypes | string |
fixedComponents | string |
zipCode | number |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"vehicleComponents":{"componentId":{"value":"\u003cCircular reference to #/components/schemas/VehicleComponent detected\u003e"},"anim4d":{"value":"\u003cCircular reference to #/components/schemas/VehicleComponent detected\u003e"},"commodoc2":{"value":"\u003cCircular reference to #/components/schemas/VehicleComponent detected\u003e"}},"componentCategories":[{"categoryId":"\u003cstring\u003e","categorySortId":"\u003cnumber\u003e","cardinality":"ONE_OR_NONE","categoryName":"\u003cstring\u003e","componentIds":["\u003cstring\u003e","\u003cstring\u003e"],"subcategories":[{"value":"\u003cCircular reference to #/components/schemas/VehicleComponentCategory detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/VehicleComponentCategory detected\u003e"}]},{"categoryId":"\u003cstring\u003e","categorySortId":"\u003cnumber\u003e","cardinality":"NOT_DEFINED","categoryName":"\u003cstring\u003e","componentIds":["\u003cstring\u003e","\u003cstring\u003e"],"subcategories":[{"value":"\u003cCircular reference to #/components/schemas/VehicleComponentCategory detected\u003e"},{"value":"\u003cCircular reference to #/components/schemas/VehicleComponentCategory detected\u003e"}]}],"_links":{"self":"\u003cstring\u003e"}}