Get the most earliest track

This method allows you to know the date of the earliest track to use it in "Get a list of tracks" or "get a short list of tracks" methods, for example.

Get the most earliest track

GET https://mobilesdk.telematicssdk.com/mobilesdk/stage/track/get_earliest_track/v1

Authorization: DeviceToken in Header

Headers

NameTypeDescription

DeviceToken

string

DeviceToken (GUID)

{
    "Result": {
        "Track": {
            "StartDate": "2020-02-20T10:46:11+08:00",
            "EndDate": "2020-02-20T11:01:47+08:00",
            "Status": "Deleted",
            "Distance": 6.298,
            "Duration": 15.6,
            "AccelerationCount": 0,
            "DecelerationCount": 2,
            "AddressStart": "-8.52362, 115.27420",
            "AddressEnd": "-8.51035, 115.26453",
            "Rating": 4.0,
            "RatingCornering": 5.0,
            "RatingAcceleration": 5.0,
            "RatingBraking": 2.0,
            "RatingSpeeding": 5.0,
            "RatingPhoneUsage": 5.0,
            "RatingTimeOfDay": 3.2521436214447021,
            "PhoneUsage": 0.0,
            "MidOverSpeedMileage": 0.0,
            "HighOverSpeedMileage": 0.0,
            "OriginChanged": false,
            "TrackOriginCode": "OriginalDriver",
            "ShareType": "NotShared",
            "CityStart": "Gianyar",
            "CityFinish": "Gianyar",
            "Rating100": 83.0,
            "RatingCornering100": 100.0,
            "RatingAcceleration100": 100.0,
            "RatingBraking100": 43.0,
            "RatingSpeeding100": 100.0,
            "RatingPhoneDistraction100": 100.0,
            "EcoScoreFuel": 93.0,
            "EcoScoreTyres": 100.0,
            "EcoScoreBrakes": 100.0,
            "EcoScoreDepreciation": 25.0,
            "EcoScore": 73.0
        },
        "Code": 200
    }
}

Fields dictionary is here

Last updated