Get the list of equipment images in multiple resolutions.
GET {{baseUrl}}/markets/:marketId/models/:modelId/configurations/:configurationId/images/components/equipments?imageSizes=SMALL&imageSizes=LARGE
Returns URLs pointing to images in JPG format in SMALL, MEDIUM and LARGE resolution of this vehicle's equipments. 
The available image resolutions are:
 - SMALL 230x131 px
 - MEDIUM 740x416 px
 - LARGE 1024x576 px
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
{"equipments":{"mollit_9":{"pariatur_2":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]},"sed30":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]},"minim33b":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]}},"quis3":{"enime55":{"resolution":"\u003cstring\u003e","urls":["\u003cstring\u003e","\u003cstring\u003e"]}}}}