*Streaks
Streaks feature allows you to get best & current series of Trips with statistics, based and calculated on user's accumulated statistics:
- Trips without Acceleration
- Trips without Braking
- Trips without Speeding
- Trips without Phone Usage
- Trips without Cornering

Streaks | Example of Interface [ZenRoad]
- 1.
- 2.
- 3.Use the Accumulated Streaks API if you'd like to get streaks to your back-end services for a single user or for all users within single user group.
Field | Meaning |
StreakAccelerationBest | Total trips in Best series; |
StreakAccelerationBestDurationSec | Driving time in Best series; |
StreakAccelerationBestDistanceKm | Mileage in Best series; |
StreakAccelerationBestFromDate | Best series start date; |
StreakAccelerationBestToDate | Best series end date; |
StreakAccelerationCurrentStreak | Total trips in Current series; |
StreakAccelerationCurrentDurationSec | Driving time in Current series; |
StreakAccelerationCurrentDistanceKm | Mileage in Current series; |
StreakAccelerationCurrentFromDate | Current series start date; |
StreakAccelerationCurrentToDate | Current series end date; |
StreakAccelerationIsActive | True - Calculate Series of >=3 days duration only; False - Series with any duration are calculated. |
get
https://api.telematicssdk.com/Statistics/
v1/Streaks/individual/
Individual Streaks
get
https://api.telematicssdk.com/Statistics/
v1/Streaks/accumulated/
User(s) Streaks
Last modified 2yr ago