SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/trackedRaces/allRaces

Description:

Gets all TrackedRaces found on the local instance as well as the collected TrackedRaces from all remote instances. Only those TrackedRaces are contained that are reachable by any Event and have GPS data and a valid startOfRace. The list consolidated to not contain duplicates. The list is sorted and numbered by startOfRace. Take note that this list can contain past and future races and starts counting at zero. This call is only a temporary solution, and will be removed at a later point in time, use getRaces & raceDetails instead.


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: None
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/trackedRaces/allRaces
Back to Web Service Overview