action telematicssdk_user_statistice_daily_value_v1_statistics_individual_daily { label: "User statistice - Daily value - v1/Statistics/individual/daily" description: "User statistice - Daily value - v1/Statistics/individual/daily" provider: telematicssdk method: GET path: "/statistics/v1/Statistics/individual/daily/" 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: "array" items: { type: "object" properties: { AccelerationCount: { type: "number" } AppId: { type: "string" } AverageSpeedKmh: { type: "number" } AverageSpeedMileh: { type: "number" } BreakingCount: { type: "number" } CompanyId: { type: "string" } CorneringCount: { type: "number" } DayDrivingTime: { type: "number" } DeviceToken: { type: "string" } DriverTripsCount: { type: "number" } DrivingTime: { type: "number" } InstanceId: { type: "string" } MaxSpeedKmh: { type: "number" } MaxSpeedMileh: { type: "number" } MileageKm: { type: "number" } MileageMile: { type: "number" } NightDrivingTime: { type: "number" } OtherTripsCount: { type: "number" } PhoneUsageDistanceKm: { type: "number" } PhoneUsageDistanceMile: { type: "number" } PhoneUsageDurationMin: { type: "number" } PhoneUsageOverSpeedDistanceKm: { type: "number" } PhoneUsageOverSpeedDistanceMile: { type: "number" } PhoneUsageOverSpeedDurationMin: { type: "number" } ReportDate: { type: "string" } RushHoursDrivingTime: { type: "number" } TotalSpeedingKm: { type: "number" } TotalSpeedingMile: { type: "number" } TripsCount: { type: "number" } } } } Status: { type: "number" } Title: { type: "string" } } } }