SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/leaderboards/{name}/starttime?race_column={name}&fleet={name}

Description:

Obtains the start time and racing procedure set for a race in the race log, together with information about the current pass that is active in the race log. The racingProcedureType delivered can be one of UNKNOWN, RRS26, SWC, GateStart, ESS, BASIC, or LEAGUE.


Webservice Type: REST
Output format: Json
Mandatory parameters:
race_column name of the race column, part of identifying the race within the leaderboard
fleet the name of the fleet, part of identifying the race within the leaderbaord
Request method: GET
Example: curl "http://server.url.com/sailingserver/api/v1/leaderboards/Croatia%20Coast%20Cup%202019%20-%20ORC%20with%20Spinnaker/starttime?race_column=R2&fleet=Default"
delivers
		{"startTimeAsMillis":1570977780000,"passId":0,"racingProcedureType":"RRS26"}
		
Back to Web Service Overview