action telematicssdk_user_safe_scoring_daily_value_v1_scorings_individual_daily { label: "User safe scoring - daily value - /v1/Scorings/individual/daily" description: "User safe scoring - daily value - /v1/Scorings/individual/daily" provider: telematicssdk method: GET path: "/statistics/v1/Scorings/individual/daily" encoding: json input: { type: "object" properties: { EndDate: { type: "string" } StartDate: { type: "string" } Tag: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { Errors: { type: "array" items: { type: "object" } } Result: { type: "array" items: { type: "object" properties: { AccelerationScore: { type: "number" } AppId: { type: "string" } BrakingScore: { type: "number" } CalcDate: { type: "string" } 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" } } } }