Get Vehicle ImageIds by vehicleId
GET {{baseUrl}}/vehicle-images/:vehicleId?background=false&fileFormat=webp
Resource provides the 2 exterior and 1 interior images id's. EXT150, EXT330: EXT150 defines a rotation of 150 degrees to the right based on the front view and so forth. INT1 defines the interior perspective.
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. | |
fileFormat | string | This optional property defines the images format either png, jpeg or webp. The default value is the efficient file format webp. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"EXT150":"\u003cuuid\u003e","EXT330":"\u003cuuid\u003e","INT1":"\u003cuuid\u003e"}