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"} |