Retrieve the ADAS calibration status(only for AI-14 with version >= 14.4)
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/calibrate-adas \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "requestId": "df5fg-45fgfdsg-45fg-45454",
- "data": {
- "measurements": {
- "cameraHeight": 0,
- "cameraOffset": 0,
- "vehicleWidth": 0
}, - "status": "none",
- "featureStatuses": {
- "rollingStopDetection": "pending",
- "followingDistance": "pending",
- "criticalDistance": "pending"
}
}
}