Get a short list of tracks
Get all user tracks with trackTokens and update dates.
All tracks in responses are sorted descending.
"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
Get all tracks
get
https://mobilesdk.telematicssdk.com/mobilesdk/stage
/track/get_short_list_page/v1
Get tracks by page
get
https://mobilesdk.telematicssdk.com/mobilesdk/stage
/track/get_short_list_from_date/v1
Get tracks from specified date