Retrieve the ADAS calibration images saved in the device. The device must be online or in standby mode.
Step 1: Call this endpoint with the "max" parameter. When the "max" parameter is provided the API will fetch the maximum images from the device and start uploading them to S3.
Step 2: Wait ten minutes.
Step 3: Call this endpoint without the "max" parameter. When the "max" parameter is not provided the API will not fetch images from the device but will return the 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"
}