CAN Data
Last CAN Metrics
curl https://apiplatform.intellicar.in/api/standard/getlatestcan \
--header 'Content-Type: application/json' \
--data '{"token": "<token>", "vehicleno": "<vehicleno>"}'Response:
{
"status": "SUCCESS|FAILURE",
"data": {
"soc": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"battery_temp": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"battery_voltage": {
"value": "<val>",
"timestamp": "epoch-utc"
},
"current": {
"value": "<val>",
"timestamp": "epoch-utc"
}
},
"err": "<err>",
"msg": "<msg>"
}Battery Metrics History
Response:
Last CAN Information (Restricted)
(If your device or vehicle sends CAN data.)
Response:
Last updated