February 2024
Motion Tracking Service (MTS) Updates
6min
date 2/21/24 overview we are excited to announce that motion tracking system (mts) now supports gps based location tracking capabilities, enabling developers to build apps that require precise location of vehicles and assets provided by various gps providers in addition to the introduction of gps based tracking, we have introduced new api endpoints to existing mts apis to improve the performance of location data as as result of the new api endpoint introduction, a few of the existing api endpoints will be deprecated please read below for more details migration recommendation migration recommendation we highly recommend that developers migrate to the new endpoints by the end of march to use the latest features of mts also, the existing api endpoints, for which new and equivalent endpoints are launched, will be deprecated by the end of march 2024 enhanced gps tracking our updated gps tracking feature allows for precise tracking of vehicles and assets using gps devices and external services it integrates seamlessly with mts and its default provider integrations for a smooth tracking experience new tracking apis we are introducing new, specialized tracking apis to cater to the diverse needs of our users sim based tracking post /mts/sim/tracks get /mts/sim/tracks get /mts/sim/tracks/{trackid} put /mts/sim/tracks/{trackid} get /mts/sim/tracks/{trackname} put /mts/sim/tracks/{trackname} smartphone tracking post /mts/smart phone/tracks get /mts/smart phone/tracks get /mts/smart phone/tracks/{trackid} put /mts/smart phone/tracks/{trackid} get /mts/smart phone/tracks/{trackname} put /mts/smart phone/tracks/{trackname} gps module tracking post /mts/gps module/tracks get /mts/gps module/tracks get /mts/gps module/tracks/{trackid} put /mts/gps module/tracks/{trackid} get /mts/gps module/tracks/{trackname} put /mts/gps module/tracks/{trackname} deprecated apis the following apis are being deprecated as part of our efforts to improve and streamline mts these will be deprecated by the end of march 2024 for more information, see our mts migration guide https //docs getos1 com/mts api migration guide device and application trace apis get /mts/devices/{deviceid}/apps/{app}/trace put /mts/devices/{deviceid}/apps/{app}/trace get /mts/devices/{deviceid}/apps/{app}/missing sequence get /mts/devices/{deviceid}/apps/{app}/snapped distance geofence management apis post /mts geofences/ put /mts geofences/{geofenceid} delete /mts geofences/{geofenceid} get /mts geofences/{geofenceid} put /mts geofences/{geofenceid}/devices get /mts geofences/{geofenceid}/devices get /mts geofences/{geofenceid}/devices/{deviceid} put /mts geofences/{geofenceid}/devices/{deviceid}/unsubscribe pub/sub subscription apis post /mts pubsub/devices/{deviceid}/subscription get /mts pubsub/devices/{deviceid}/subscription/{subscriptionid} put /mts pubsub/devices/{deviceid}/subscription/{subscriptionid}/deactivate new tracking apis we are introducing new, specialized tracking apis to cater to the diverse needs of our users sim based tracking post /mts/sim/tracks get /mts/sim/tracks get /mts/sim/tracks/{trackid} put /mts/sim/tracks/{trackid} get /mts/sim/tracks/{trackname} put /mts/sim/tracks/{trackname} smartphone tracking post /mts/smart phone/tracks get /mts/smart phone/tracks get /mts/smart phone/tracks/{trackid} put /mts/smart phone/tracks/{trackid} get /mts/smart phone/tracks/{trackname} put /mts/smart phone/tracks/{trackname} gps module tracking post /mts/gps module/tracks get /mts/gps module/tracks get /mts/gps module/tracks/{trackid} put /mts/gps module/tracks/{trackid} get /mts/gps module/tracks/{trackname} put /mts/gps module/tracks/{trackname} support and documentation detailed documentation is available for the gps tracking feature, https //docs getos1 com/gps tracking new apis https //docs getos1 com/reference/insert trace data using trackname , and migration guides https //docs getos1 com/mts api migration guide