SAP Sailing Analytics Webservices API Version 1.0

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

Description:

Gets all GPS positions and data values for the wind of a race.
All slashes contained within the {regattaname} and {racename} parameters must be replaced by "__" (double underscore).

The request must be authenticated with a user who has the TRACKED_RACE:EXPORT permission for the race for which the data is requested.
Webservice Type: REST
Output format: Json
Mandatory parameters:
fromtime (ISO format, such as 2014-02-14T10:12:03Z) or fromtimeasmillis (time in milliseconds)
totime (ISO format, such as 2014-02-14T10:12:03Z) or totimeasmillis (time in milliseconds)
Optional parameters:
windsource [COMBINED = Default, WEB, EXPEDITION, TRACK_BASED_ESTIMATION, COURSE_BASED, RACECOMMITTEE]
windsourceid (Id of a wind source. For example Igtimi wind sources will have the type=EXPEDITION but each of them has unique ids. If you want to filter by these then you can use this parameter)
Optional HTTP request header fields:
secondaryuserbearertoken: if provided, used to authenticate a subject for which then the TRACKED_RACE:EXPORT permission is checked for the race requested. This will skip the same test for the "primary" user that authenticated the request.
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/regattas/TW%202013%20(Finn)/races/Finn%20Race%204/wind
Back to Web Service Overview