Mapping Details

Vehicle-Device Mapping

Get a mapping of vehicles to device IDs.

curl https://apiplatform.intellicar.in/api/standard/listvehicledevicemapping \
  --header 'Content-Type: application/json' \
  --data '{"token": "<token>"}'

Response:

{
  "status": "SUCCESS|FAILURE",
  "data": [
    {
      "deviceno": "1234",
      "vehicleno": "TS08XXX1"
    },
    {
      "deviceno": "1235",
      "vehicleno": "TS08XXX2"
    }
  ],
  "err": "<err>",
  "msg": "<msg>"
}

ArbID CAN_params Mapping

Shows which CAN parameters are tied to specific ArbIDs.

Response:

Last updated