Get Vehicle ImageIds by vehicleId
GET {{baseUrl}}/vehicles/:vehicleId?background=false&backgroundItem=<string>&night=false&roofOpen=false&uniformImage=none&cropped=false&cropPosition=both&fileFormat=webp&imageUrl=false&fallback=false
Resource provides the defined number of exterior and interior images id's for the product package (Placeholder, Basic or 360) linked to the API-Key.
The returned object contains the image id's for up to 36 exterior (EXT000 .. EXT350) perspectives, up to 6 interior (INT1 .. INT5, BET1) perspectives
and up to 6 special interior (BIS1 - BIS6) perspectives for a 360° interior view.
EXT000 defines the front view, EXT090 defines a rotation of 90 degrees to the right and so forth.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
background | boolean | This optional property defines the images background. The default value is 'no background' (transparent). It is also possible to set the parameter explicitly to true to retrieve the images with a high level of detail and realistic reflections and light incidence. | |
backgroundItem | string | This optional property defines the background image if background is true. Use the '/content/backrounds/{vehicleId}' endpoint to get all available backgroundItem options for the requested vehicle. | |
night | boolean | Set 'true', if you are looking for all images with the night view and the vehicle's headlights turned on. Optional parameter with default value 'false'. | |
roofOpen | boolean | Set 'true', if you are looking for images with the roof open. This option is only valid for cabrios. Optional parameter with default value 'false'. | |
uniformImage | string | This optional property defines the vehicle postion for transparent images and enables a cross-model based consistent positioning of the vehicles according to customers needs. Possible values are 'none' (default), 'center', 'stage', 'wheel' or 'middle'. | |
cropped | boolean | This optional property defines the image size, either '16:9' or '4:3' format with a resolution of 1600x1200. Default value is '16:9'. | |
cropPosition | string | This optional property defines the position of the white-space frame for 4:3 cropped images (cropped='true'). Possible values are 'both' (top and bottom), top (only) or bottom (only). | |
fileFormat | string | This optional property defines the images format either png, jpeg or webp. The default value is the efficient file format webp. | |
imageUrl | boolean | This optional property defines images response using the imageId logic (default) or responds the image url's. | |
fallback | boolean | This optional property defines if default images should be returned, if requested images are not available. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"EXT000":"\u003cuuid\u003e","EXT010":"\u003cuuid\u003e","EXT020":"\u003cuuid\u003e","EXT030":"\u003cuuid\u003e","EXT040":"\u003cuuid\u003e","EXT050":"\u003cuuid\u003e","EXT060":"\u003cuuid\u003e","EXT070":"\u003cuuid\u003e","EXT080":"\u003cuuid\u003e","EXT090":"\u003cuuid\u003e","EXT100":"\u003cuuid\u003e","EXT110":"\u003cuuid\u003e","EXT120":"\u003cuuid\u003e","EXT130":"\u003cuuid\u003e","EXT140":"\u003cuuid\u003e","EXT150":"\u003cuuid\u003e","EXT160":"\u003cuuid\u003e","EXT170":"\u003cuuid\u003e","EXT180":"\u003cuuid\u003e","EXT190":"\u003cuuid\u003e","EXT200":"\u003cuuid\u003e","EXT210":"\u003cuuid\u003e","EXT220":"\u003cuuid\u003e","EXT230":"\u003cuuid\u003e","EXT240":"\u003cuuid\u003e","EXT250":"\u003cuuid\u003e","EXT260":"\u003cuuid\u003e","EXT270":"\u003cuuid\u003e","EXT280":"\u003cuuid\u003e","EXT290":"\u003cuuid\u003e","EXT300":"\u003cuuid\u003e","EXT310":"\u003cuuid\u003e","EXT320":"\u003cuuid\u003e","EXT330":"\u003cuuid\u003e","EXT340":"\u003cuuid\u003e","EXT350":"\u003cuuid\u003e","INT1":"\u003cuuid\u003e","INT2":"\u003cuuid\u003e","INT3":"\u003cuuid\u003e","INT4":"\u003cuuid\u003e","INT5":"\u003cuuid\u003e","BET1":"\u003cuuid\u003e","BIS1":"\u003cuuid\u003e","BIS2":"\u003cuuid\u003e","BIS3":"\u003cuuid\u003e","BIS4":"\u003cuuid\u003e","BIS5":"\u003cuuid\u003e","BIS6":"\u003cuuid\u003e"}