SAP Sailing Analytics Webservices API Version 1.0

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

Description:

Gets all GPS positions of the course marks 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
lastknown (boolean, false or true; defaults to false; true will return the last known fix even if there is no fix for the mark within the interval requested)
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/marks/positions
Back to Web Service Overview