action telematicssdk_trips_trip_details { label: "Trips - trip details" description: "Trips - trip details" provider: telematicssdk method: GET path: "/mobilesdk/stage/track/get_track/v1" encoding: json input: { type: "object" properties: { trackToken: { type: "string" } } additionalProperties: false } output: { type: "object" properties: { Result: { type: "object" properties: { Code: { type: "number" } Track: { type: "object" properties: { AccelerationCount: { type: "number" } AddressEnd: { type: "string" } AddressFinishParts: { type: "object" properties: { City: { type: "string" } CountryCode: { type: "string" } District: { type: "string" } House: { type: "string" } PostalCode: { type: "string" } Street: { type: "string" } } } AddressStart: { type: "string" } AddressStartParts: { type: "object" properties: { City: { type: "string" } CountryCode: { type: "string" } District: { type: "string" } House: { type: "string" } PostalCode: { type: "string" } Street: { type: "string" } } } BeaconId: { type: "number" } CityFinish: { type: "string" } CityStart: { type: "string" } DecelerationCount: { type: "number" } Distance: { type: "number" } DrivingTips: { type: "string" } Duration: { type: "number" } EcoScore: { type: "number" } EcoScoreBrakes: { type: "number" } EcoScoreDepreciation: { type: "number" } EcoScoreFuel: { type: "number" } EcoScoreTyres: { type: "number" } EndDate: { type: "string" } HighOverSpeedMileage: { type: "number" } MidOverSpeedMileage: { type: "number" } OriginChanged: { type: "boolean" } PhoneUsage: { type: "number" } Points: { type: "array" items: { type: "object" properties: { AlertType: { type: "string" } AlertValue: { type: "number" } Cornering: { type: "boolean" } Course: { type: "number" } Height: { type: "number" } Id: { type: "number" } Lateral: { type: "number" } Latitude: { type: "number" } Longitude: { type: "number" } MidSpeed: { type: "number" } Number: { type: "number" } PhoneUsage: { type: "boolean" } PointDate: { type: "string" } Speed: { type: "number" } SpeedLimit: { type: "number" } SpeedType: { type: "string" } TotalMeters: { type: "number" } Yaw: { type: "number" } } } } Rating: { type: "number" } Rating100: { type: "number" } RatingAcceleration: { type: "number" } RatingAcceleration100: { type: "number" } RatingBraking: { type: "number" } RatingBraking100: { type: "number" } RatingCornering: { type: "number" } RatingCornering100: { type: "number" } RatingPhoneDistraction100: { type: "number" } RatingPhoneUsage: { type: "number" } RatingSpeeding: { type: "number" } RatingSpeeding100: { type: "number" } RatingTimeOfDay: { type: "number" } ShareType: { type: "string" } StartDate: { type: "string" } Status: { type: "string" } TrackOriginCode: { type: "string" } } } } } } } }