SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/regattas/{regattaname}/races/{racename}/competitors/positions

Description:

Gets all GPS positions of the competitors 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: None
Optional parameters:
fromtime (ISO format, such as 2014-02-14T10:12:03Z)
fromtimeasmillis
totime (ISO format, such as 2014-02-14T10:12:03Z)
totimeasmillis
withtack ("true" or "false"; default is "false"; "true" adds the tack to each fix which is expensive to calculate)
competitorId (one or more competitor IDs; for multiple competitors, provide the parameter multiple times; by default, positions of all competitors will be provided)
raw ("true" or "false"; default is "false"; if "true" the result will also contain fixes that are considered outliers)
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/competitors/positions
Back to Web Service Overview