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

KeyDatatypeRequiredDescription
backgroundbooleanThis 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.
backgroundItemstringThis 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.
nightbooleanSet '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'.
roofOpenbooleanSet 'true', if you are looking for images with the roof open. This option is only valid for cabrios. Optional parameter with default value 'false'.
uniformImagestringThis 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'.
croppedbooleanThis optional property defines the image size, either '16:9' or '4:3' format with a resolution of 1600x1200. Default value is '16:9'.
cropPositionstringThis 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).
fileFormatstringThis optional property defines the images format either png, jpeg or webp. The default value is the efficient file format webp.
imageUrlbooleanThis optional property defines images response using the imageId logic (default) or responds the image url's.
fallbackbooleanThis optional property defines if default images should be returned, if requested images are not available.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;EXT000&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT010&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT020&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT030&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT040&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT050&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT060&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT070&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT080&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT090&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT100&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT110&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT120&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT130&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT140&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT150&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT160&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT170&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT180&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT190&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT200&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT210&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT220&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT230&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT240&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT250&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT260&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT270&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT280&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT290&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT300&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT310&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT320&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT330&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT340&quot;:&quot;\u003cuuid\u003e&quot;,&quot;EXT350&quot;:&quot;\u003cuuid\u003e&quot;,&quot;INT1&quot;:&quot;\u003cuuid\u003e&quot;,&quot;INT2&quot;:&quot;\u003cuuid\u003e&quot;,&quot;INT3&quot;:&quot;\u003cuuid\u003e&quot;,&quot;INT4&quot;:&quot;\u003cuuid\u003e&quot;,&quot;INT5&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BET1&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS1&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS2&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS3&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS4&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS5&quot;:&quot;\u003cuuid\u003e&quot;,&quot;BIS6&quot;:&quot;\u003cuuid\u003e&quot;}