get deprecatedhttps://api.motion-s.com/analytics/risk/v1/summary
Get risk summary for fleet, driver, device or trip depending on the query parameters
-
Fleet :
- safety_score: average of average safety score weighted by distance per driver
- risk_score: average of average risk score weighted by distance per driver
- number_contributory_factors_triggered: total sum of contributory factors triggered
- contributory_factors_count: for each factor, sum of factor triggered
- contributory_factors_contribution: for each factor, weighted average of contribution and
then average of this value weighted by distance per driver
-
Driver or Device:
- safety_score: weighted average of safety score
- risk_score: weighted average of risk score
- number_contributory_factors_triggered: total sum of contributory factors triggered
- contributory_factors_count: for each factor, sum of factor triggered
- contributory_factors_contribution: for each factor, weighted average of contribution
-
Trip:
- safety_score: safety score for the trip
- risk_score: risk score for the trip
- number_contributory_factors_triggered: number of contributory factors triggered for the trip
- contributory_factors_count: count for each factor for the trip
- contributory_factors_contribution: contribution for each factor for the trip
Contributory factors based on acceleration computation are disabled if key low_sample_rate is True.