Admin | User(s) - Scorings and Statistics
Get all users' Statistics and Scorings within Company/Application/Group for period.
Accumulated Scorings and Statistics — methods that allow to get Scorings and Statistics when authorized as Admin via API Authorization Credentials only!
Please, read this doc carefully before start:
Accumulated Scorings
How the aggregated 14-day scoring is counted:
Accumulated Scoring
GET
https://api.telematicssdk.com/statistics/v1/Scorings/accumulated
Get all average individual scorings within Company/Application/Group for requested period. Authorization: Required as Admin
Query Parameters
Name | Type | Description |
---|---|---|
deviceToken | string | One of these is required | Individual User's DeviceToken (GUID) |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
startDate | string | 2020-09-16 |
endDate | string | 2020-09-30 |
tag | string | consider only tagged trips (follow to SDK features => tags) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Accumulated Daily Scoring
GET
https://api.telematicssdk.com/statistics/v1/Scorings/accumulated/daily
Get all users' individual daily scorings within Company/Application/Group for requested period. Authorization: Required as Admin via API Authorization Credentials
Query Parameters
Name | Type | Description |
---|---|---|
deviceToken | string | One of these is required | Individual User's DeviceToken (GUID) |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
startDate | string | 2020-09-16 |
endDate | string | 2020-09-30 | Greater then StartDate and range less or equals 30 days |
tag | string | consider only tagged trips (follow to SDK features => Tags) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Accumulated Eco Scoring
GET
https://api.telematicssdk.com/statistics/v1/Scorings/accumulated/eco
Get current accumulated users' eco scorings within Company/Application/Group Authorization: Required as Admin via API Authorization Credentials
Query Parameters
Name | Type | Description |
---|---|---|
deviceToken | string | One of these is required | Individual User's deviceToken (GUID) |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login) |
Accumulated Users' Statistics
Accumulated Users' Statistics
GET
https://api.telematicssdk.com/statistics/v1/Statistics/accumulated/
Authorization: Required as Admin via API Authorization Credentials
Query Parameters
Name | Type | Description |
---|---|---|
deviceToken | string | One of these is required | User's deviceToken (GUID) |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
startDate | string | 2020-09-16 |
endDate | string | 2020-09-30 |
tag | string | consider only tagged trips (follow to SDK features => tags) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Accumulated Daily Users' Statistics
GET
https://api.telematicssdk.com/statistics/v1/Statistics/accumulated/daily/
Authorization: Required as Admin via API Authorization Credentials
Query Parameters
Name | Type | Description |
---|---|---|
startDate | string | 2020-09-16 |
endDate | string | 2020-09-30 |
deviceToken | string | One of these is required |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login/ |
Accumulated Latest Scoring and Track dates
Accumulated Latest Scoring and Track dates
GET
https://api.telematicssdk.com/statistics/v1/Statistics/accumulated/latestDates
Authorization: Required as Admin via API Authorization Credentials
Query Parameters
Name | Type | Description |
---|---|---|
deviceToken | string | One of these is required | User's deviceToken (GUID) |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Last updated