action telematicssdk_v1_scorings_consolidated_daily { label: "/v1/Scorings/consolidated/daily" description: "/v1/Scorings/consolidated/daily" provider: telematicssdk method: GET path: "/statistics/v1/Scorings/consolidated/daily" encoding: json input: { type: "object" properties: { AppId: { type: "string" } CompanyId: { type: "string" } DeviceToken: { type: "string" } EndDate: { type: "string" } InstanceId: { 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" } CompanyId: { type: "string" } CorneringScore: { type: "number" } DeviceToken: { type: "string" } DistractedScore: { type: "number" } InstanceId: { type: "string" } OverallScore: { type: "number" } ReportDate: { type: "string" } SpeedingScore: { type: "number" } } } } Status: { type: "number" } Title: { type: "string" } } } }