Retrieve the ADAS calibration images saved in the device.
When the "max" parameter is provided the API will fetch the maximum images from the device and start uploading them to S3.
When the "max" parameter is not provided the API will not fetch images from the device but will respond with last 10 images uploaded by the device.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/devices/:imei/adas-calibration-images?max=4' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": {
- "state": "available",
- "images": [
- "string"
]
}, - "requestId": "df5fg-45fgfdsg-45fg-45454"
}