Raw telematics data from SDK
JSON structure (example attached):
{"Track": {
"StartDate": "2020-01-24T12:03:33+0300",
"StopReason": "StopTrackingManually",
"Events": [...],
"Points": [...],
"EndDate": "2020-01-24T12:20:27+0300",
"LastKnownPoints": [...]
}
}
Field
Description
StartDate
StartDate
StopReason
Reason of track stop
Raw high-frequency events
Raw GPS points of the track
EndDate
EndDate
Last known GPS points before track start
Last updated
Was this helpful?