SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/regattas/{regattaname}/races/{racename}/maneuvers

Description:

Gets all maneuvers performed by all competitors of a race.
All slashes contained within the {regattaname} and {racename} parameters must be replaced by "__" (double underscore).

Additionally it is possible to reduce the results to only contain one competitor, by
Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: competitorId (UUID) , fromTime UnixTimestamp
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/regattas/TW%202013%20(Finn)/races/Finn%20Race%204/maneuvers
Example with optional Parameters https://www.sapsailing.com/sailingserver/api/v1/regattas/ESS 2016 Cardiff/races/Race 2/maneuvers?competitorId=b9a8a600-c829-0133-a4ec-448a5b8481d8&fromTime=1466689117500
Back to Web Service Overview