Tracking data for online scoring.
Parameters
- user
- pwd (md5 hash of the password)
- token (optional, may be used instead of user and password to access group trackers
- grp group id of the trackers of the group, user must be the owner of the group or the group token must be valid.
- trkref = "CompeID", "Serial" (default) uses serial number or compe id to reference trackers.
- trackers an encoded json array of tracker containing tracker serial number and unix timestamp of requested positions, the system will return a list of traclog points from the point in time passed and up to 1000 points, the application should store the track point received and on the next request ask for data from the last point received onwards. example trackers={"568":1719927412,"1746":1719927412}
This api call should only be used for scoring, abusing calls to it will cause your app to be blocked. In case of any doubts please call our support service.
An example of a call
/getLiveData.php?grp=591&token=7a007f055ae3340008b7292ae71e95a24467cc11c4de309f13003a960c5a4154&trackers={%22568%22:1719927001,%221746%22:1719927312,%222181%22:1719927333,%223361%22:1719927412,%223495%22:1719927412,%225865%22:1719927412,%2211873%22:1719927412,%223003793%22:1719927412,%228888023%22:1719927412,%22151801187%22:1719927412}