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
Key | Datatype | Required | Description |
---|---|---|---|
imageSizes | string | A list of image sizes separated by a comma. If nothing is defined SMALL, MEDIUM and LARGE image size are returned. | |
imageSizes | string | A list of image sizes separated by a comma. If nothing is defined SMALL, MEDIUM and LARGE image size are returned. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"equipment":{"ut_9":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]}}}