Topic: History of Tractor locations (but not trips)
Hi, when i send this request I can get units' data including gps coordinates
svc=core/search_items¶ms={"spec":{
"itemsType":<text>,
"propName":<text>,
"propValueMask":<text>,
"sortType":<text>,
"propType":<text>,
"or_logic":<bool>
},
"force":<uint>,
"flags":<long>,
"from":<uint>,
"to":<uint>}
but i want to get history of units by giving the date interval. I could get history data as trips, but i want to specify the date interval to get history data (but not as trips)
is there any way?