Admin | Consolidated Scorings and Statistics
Get a Company/Application/Group statistics and scorings for period.
Consolidated 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:
Consolidated Scorings
How the aggregated 14-day scoring is counted:
Consolidated Scoring
GET
https://api.telematicssdk.com/statistics/v1/Scorings/consolidated/
Get Company/App/Group average scorings for period 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 | GUID - user's deviceToken |
CompanyID | string | One of these is required |
ApplicationID | string | One of these is required |
InstanceID | string | One of these is required |
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 |
Consolidated Daily Scoring
GET
https://api.telematicssdk.com/statistics/v1/Scorings/consolidated/daily
Get Company/App/Group daily scorings for period 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 |
tag | string | consider only tagged trips (follow to SDK Feature => tags) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Consolidated Users' Statistics
Consolidated Users' Statistics
GET
https://api.telematicssdk.com/statistics/v1/Statistics/consolidated/
Get Company/App/Group average statistics for period 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 |
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 |
Consolidated Daily Users' Statistics
GET
https://api.telematicssdk.com/statistics/v1/Statistics/consolidated/daily/
Get Company/App/Group daily statistics for period
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 |
tag | string | Consider only tagged tracks (Follow to SDK Features => tags) |
Headers
Name | Type | Description |
---|---|---|
Authorization | string | "Bearer {Token}" - get it via https://user.telematicssdk.com/v1/auth/login |
Last updated