LogoLogo
ProductsUse casesDocsSupport
  • Introducing DriveKit
  • DriveKit Guides
  • Get started with drivekit
    • Trip recording lifecycle
    • iOS
      • 🚀Quick start
      • Advanced configurations
      • References
      • iOS DriveKit Demo App
    • Android
      • 🚀Quick start
      • Advanced configurations
      • References
      • Android DriveKit Demo App
      • Android 15 Migration guide
      • Android 14 Migration guide
      • Troubleshooting
  • Trip analysis
    • Introduction
    • iOS
      • Permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (iOS)
    • Android
      • Runtime permissions
      • Trip management
      • TripListener
      • Crash Detection
      • Beacon usage
      • Bluetooth usage
      • Custom metadata
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
      • Android
        • Get started
        • Working hours
        • Driver alert in case of crash
        • Trip recording widget
        • Location sharing
    • REST services
      • Trip
      • References
    • Trip Simulator
      • iOS
      • Android
  • PERMISSIONS UTILS
    • Introduction
    • User interface
      • iOS
        • Get started
        • Main configurations
      • Android
        • Get started
        • Main configurations
  • COMMON UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
    • References
  • DRIVER DATA
    • Introduction
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
      • Android
        • Get Started
        • Advanced configurations
        • Trips widgets
        • My Synthesis
        • My Driver Profile
  • Driver Data Timeline UI
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • Vehicle
    • Introduction
    • iOS
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (iOS)
    • Android
      • Get started
      • Vehicle management
      • Beacon management
      • Bluetooth device management
      • Odometer
      • References (Android)
    • User interface
      • iOS
        • Get started
        • Main configurations
        • Advanced configurations
      • Android
        • Get started
        • Main configurations
        • Advanced configurations
  • DRIVER ACHIEVEMENT
    • Introduction
    • iOS
      • Get started
    • Android
      • Get Started
    • User interface
      • iOS
      • Android
  • CHALLENGE
    • Introduction
    • Important challenge rules
    • iOS
      • Get started
      • References (iOS)
    • Android
      • Get started
      • References (Android)
    • User interface
      • iOS
        • Get started
      • Android
        • Get started
  • GROUP
    • Introduction
    • iOS
      • Get started
    • Android
      • Get started
  • React Native
    • Get started
    • Integration
  • Flutter
    • Get started
    • Integration
  • Push services
    • Introduction
    • Push Trip Data
    • Push Deleted trip
    • Push Crash Data
    • Push Diagnosis Data
  • ADMIN SERVICES
    • Beacon
      • Add
      • Replace
      • Delete
      • Configuration
    • Challenges
      • List of challenges
      • Challenge details
      • Registered users
      • Challenge ranking
      • Users' progress
      • Definitions
    • Customer
      • Activity timeline
    • Driver
      • Timeline
      • Synthesis
      • Identity
      • Status
      • Add or update a metadata
      • Vehicles
      • Profile
      • Application diagnoses
    • Drivers
      • Account
      • Statistics
      • Ranking
      • Expired accounts
    • Group
      • Timeline
      • Synthesis
    • Trips
      • Add or update a metadata
      • Delete a metadata
    • Vehicle
      • Create
      • Characteristics
      • Configuration
      • Statistics
      • Update mileage
      • Tire and brake wear update
      • References
  • Crashes
    • Annotate a crash
    • Revoke crash location URL
  • ENTERPRISE SERVICES
    • Introduction
    • Teams
      • Create a team
      • List of teams
      • Enable or disable a team
    • Hyper-admins
      • Create a hyper-admin
      • List of hyper-admins
      • Delete a hyper-admin
    • Monitoring
      • Get a push trip data report
      • Get a push crash data report
      • Request to retry failed trips
      • Request to retry failed crashes
      • Get the status of a task
  • Release notes
    • Changelog
      • iOS
      • Android
      • UI iOS
      • UI Android
Powered by GitBook
On this page
  • Synthesis of group's scores
  • Response
  • GroupInfos
  • ScoresTimeRange
  • ScoresRoadContext
  • Road context

Was this helpful?

Export as PDF
  1. ADMIN SERVICES
  2. Group

Synthesis

PreviousTimelineNextTrips

Last updated 1 year ago

Was this helpful?

The group synthesis service provides a group’s scores and driving statistics. The data are obtained by averaging scores and aggregating trip data over the group's entire activity, the current month, and the current week.

The group synthesis is updated each time a new trip is analyzed.

If you have your admin API key, you can try the API via this

Synthesis of group's scores

GET https://service.drivequant.com/v3/drivekit/admin/group/synthesis

Get a synthesis of DriveQuant scores and statistics for a specified group.

Query Parameters

Name
Type
Description

label

string

Group name

Headers

Name
Type
Description

DriveKit-Admin-API-Key

string

Admin API Key

{
  "groupInfos": {
    "id": "GROUP_ID",
    "label": "GROUP_NAME",
    "numberDrivers": 10,
    "owner": "OWNER_USERNAME",
    "managers": [
      "MANAGER1_USERNAME",
      "MANAGER2_USERNAME"
    ],
    "visitors": [
      "VISITOR_USERNAME"
    ],
    "creationDate": "2020-07-01T12:27:41.707+0000",
    "active": true
  },
  "scoresTimeRange": {
    "efficiency": {
      "overall": 7.9,
      "currentWeek": 7.8,
      "currentMonth": 8.36
    },
    "safety": {
      "overall": 8.98,
      "currentWeek": 10,
      "currentMonth": 9.11
    },
    "phoneDistraction": {
      "overall": 8.67,
      "currentWeek": 5.93,
      "currentMonth": 7.42
    },
    "speeding": {
      "overall": 6.7,
      "currentWeek": 6.98,
      "currentMonth": 5.61
    },
    "distance": {
      "overall": 34183.9,
      "currentWeek": 3.8,
      "currentMonth": 2427.3
    },
    "acceleration": {
      "overall": 816,
      "currentWeek": 0,
      "currentMonth": 39
    },
    "braking": {
      "overall": 2883,
      "currentWeek": 0,
      "currentMonth": 213
    },
    "adherence": {
      "overall": 1459,
      "currentWeek": 1,
      "currentMonth": 79
    },
    "fuelVolume": {
      "overall": 2177.474,
      "currentWeek": 0.302,
      "currentMonth": 158.443
    },
    "co2Mass": {
      "overall": 5326.308,
      "currentWeek": 1,
      "currentMonth": 79
    },
    "duration": {
      "overall": 35914,
      "currentWeek": 14,
      "currentMonth": 2560
    },
    "numberTrip": {
      "overall": 1493,
      "currentWeek": 2,
      "currentMonth": 86
    }
  },
  "scoresRoadContext": [
    {
      "roadContext": "TRAFFIC_JAM",
      "distance": 1485.1,
      "duration": 148,
      "efficiencyScore": 11,
      "safetyScore": 11
    },
    {
      "roadContext": "HEAVY_URBAN_TRAFFIC",
      "distance": 867,
      "duration": 57,
      "efficiencyScore": 7.93,
      "safetyScore": 9.89
    },
    {
      "roadContext": "CITY",
      "distance": 9936.4,
      "duration": 377.8,
      "efficiencyScore": 7.17,
      "safetyScore": 8.75
    },
    {
      "roadContext": "SUBURBAN",
      "distance": 8434.4,
      "duration": 131.6,
      "efficiencyScore": 8.15,
      "safetyScore": 9.12
    },
    {
      "roadContext": "EXPRESSWAYS",
      "distance": 24990.5,
      "duration": 229.7,
      "efficiencyScore": 9.2,
      "safetyScore": 9.41
    }
  ]
}

If you do not enter a label in the query, the service will return information from a group composed of all the drivers belonging to your organisation.

Response

The table below summarizes the list of synthesis data.

Field
Type
Description

groupInfos

Group information

scoresTimeRange

Driving statistics and average scores per period

scoresRoadContext

Driving statistics and average scores per road context

GroupInfos

Field
Type
Description

id

string

Unique identifier of the group

label

string

Group name

numberDrivers

int

Number of driver registered in this group

owner

string

Unique identifier of the group owner

managers

array[string]

Vector of unique identifiers of group managers

visitors

array[string]

Vector of unique identifiers of group visitors

creationDate

string

Group creation date

isActive

boolean

If the group is active or not

ScoresTimeRange

For each theme (efficiency, safety, phoneDistraction, speeding, distance, acceleration, braking, adherence, fuelVolume, co2Mass):

Field
Type
Description

overall

double

Average score based on all trips

currentWeek

double

Average score based on trips performed during the current week

currentMonth

double

Average score based on trips performed during the current month

ScoresRoadContext

Field
Type
Description

roadContext

string

distance

double

Total driving distance (in km)

duration

double

Total driving duration (in min)

efficiencyScore

double

Average ecodriving score

safetyScore

double

Average safety score

Road context

Driving contexts are calculated from the GPS velocity. They are not based on map data.

Value
Description

TRAFFIC_JAM

Speed below 10 km/h and distance between two stops greater than 100m

HEAVY_URBAN_TRAFFIC

Speed below 30 km/h and distance between two stops greater than 100m

CITY

30 km/h < Speed < 65 km/h

SUBURBAN

65 km/h < Speed < 96 km/h

EXPRESSWAYS

Speed > 96 km/h

Road context (see )

link
GroupInfos
ScoresTimeRange
ScoresRoadContext
below