Last updated
Was this helpful?
Last updated
Was this helpful?
"updateDate" can be changed while processing a track by our platform. Our mobile SDK sends tracks to server, when recording is finished. It may record some part of a trip. It may send this part of the trip to server. Then it may detect movement again and start recording again.The second part will be sent to server later. SDK sends trips only when internet connection is stable. So, it can finish recording, save this part of trip in cache and send it for example only next day, when a good internet connection. If this happens, our platform merges this tracks into one and changes updateDate field value.
GET
https://mobilesdk.telematicssdk.com/mobilesdk/stage/track/get_short_list/v1
Returns all user tracks from very beginning Authorization: DeviceToken in Header
GET
https://mobilesdk.telematicssdk.com/mobilesdk/stage/track/get_short_list_page/v1
Authorization: DeviceToken in Header
GET
https://mobilesdk.telematicssdk.com/mobilesdk/stage/track/get_short_list_from_date/v1
Authorization: DeviceToken in Header
DeviceToken
string
DeviceToken (GUID)
Page
string
№ of page
Count
string
Number of tracks per page
DeviceToken
string
DeviceToken (GUID)
fromDate
string
2019-08-13T23:01:03+03:00
DeviceToken
string
DeviceToken (GUID)
Get all user tracks with trackTokens and update dates.