Get the list of equipment images in multiple resolutions for the requested componentCode.

GET {{baseUrl}}/markets/:marketId/models/:modelId/configurations/:configurationId/images/components/equipments/:componentCode?imageSizes=SMALL&imageSizes=LARGE

Returns URLs pointing to images in JPG format in SMALL, MEDIUM and LARGE resolution of the requested vehicle equipment code.

Request Params

KeyDatatypeRequiredDescription
imageSizesstringA list of image sizes separated by a comma. If nothing is defined SMALL, MEDIUM and LARGE image size are returned.
imageSizesstringA list of image sizes separated by a comma. If nothing is defined SMALL, MEDIUM and LARGE image size are returned.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"equipment":{"ut_9":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]}}}