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).
| 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: | https://www.sapsailing.com/sailingserver/api/v1/regattas/TW2026 - Hobie 16/races/R2 Hobie 16/wind?fromtime=2026-07-18T11:12:00Z&totime=2026-07-18T11:30:00Z |