*Summary Leaderboard

A summary leaderboard is used to show an overview of users' performance among the rest users. The leaderbord position is calculated based on previous 14 days driving data.

Summary leaderboard

GET https://leaderboard.telematicssdk.com//v1/Leaderboard/user

The API provides with overall information about user performance as well as rankings amonth other users from the single instance Authorization: Allow Anonymous

Headers

{
  "Result": {
    "DeviceToken": "",
    "Nickname": "",
    "FirstName": "V",
    "LastName": "Z",
    "Image": "https://user.telematicssdk.com/Files/Users/1bc853ff-0d65-4373-a5b1-ab4d4cf7119f/Images/Profile/7d97a7cc-9c8b-4d7c-a630-b3427e3c2fa2.jpg",
    "Place": 34,
    "AccelerationPlace": 14,
    "DecelerationPlace": 10,
    "DistractionPlace": 41,
    "SpeedingPlace": 47,
    "TurnPlace": 53,
    "DistancePlace": 48,
    "DurationPlace": 56,
    "TripsPlace": 53,
    "AccelerationPerc": 0.2818241469816273,
    "DecelerationPerc": 0.17060367454068243,
    "DistractionPerc": 0.7221128608923885,
    "SpeedingPerc": 0.7644356955380578,
    "TurnPerc": 0.5187007874015748,
    "Perc": 0.5275590551181102,
    "AccelerationScore": 94.85714285714286,
    "DecelerationScore": 94.28571428571429,
    "DistractionScore": 55.642857142857146,
    "SpeedingScore": 84.64285714285714,
    "TurnScore": 100,
    "Score": 86.71428571428571,
    "Distance": 218.013,
    "Duration": 304.78807158,
    "Trips": 15,
    "UsersNumber": 57
  },
  "Status": 200,
  "Title": "",
  "Errors": []
}

Last updated