Skip to content

Instantly share code, notes, and snippets.

@blangel
Last active February 21, 2019 17:33
Show Gist options
  • Select an option

  • Save blangel/165054f755095de9501c5453e3027c32 to your computer and use it in GitHub Desktop.

Select an option

Save blangel/165054f755095de9501c5453e3027c32 to your computer and use it in GitHub Desktop.
Dash Fleet API - VehicleInfo Example JSON
{"vehicle":{ VEHICLE_OBJ },
"dateTime":1538352000000,
"endDateTime":1541030399999,
"score":{ SCORE_OBJ },
"scoreComponents":[{ SCORE_OBJ }, ...],
"latestDrive": { DRIVE_OBJ },
"latestEngineLightAlert": { ALERT_OBJ },
"lastKnownLocation": { LOCATION_OBJ }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment