action telematicssdk_user_safe_scoring_accumulated_value_v1_scorings_individual { label: "User safe scoring - Accumulated value - v1/Scorings/individual" description: "Safe driving score API. This API is a part of Telematics API that we provide to our clients.\n\nRating description presents the universal approach, developed by our company on the basis of many years of experience; most of the input variables presented in this document could be adopted depending on the needs of the company and the focus on the specific characteristics of clients' driving style.\nSince 2019 we have moved to the 3rd Generation of the scoring model which allows distinguishing a context of events and add penalty points in accordance with a level of risk generated by an event\n\n[More details](https://docs.telematicssdk.com)" provider: telematicssdk method: GET path: "/statistics/v1/Scorings/individual/" encoding: json input: { type: "object" properties: { endDate: { type: "string" } startDate: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { Errors: { type: "array" items: { type: "object" } } Result: { type: "object" properties: { AccelerationScore: { type: "number" } AppId: { type: "string" } BrakingScore: { type: "number" } CompanyId: { type: "string" } CorneringScore: { type: "number" } DeviceToken: { type: "string" } DistractedScore: { type: "number" } InstanceId: { type: "string" } OverallScore: { type: "number" } SpeedingScore: { type: "number" } } } Status: { type: "number" } Title: { type: "string" } } } }