SAP Sailing Analytics Webservices API Version 1.0

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

Description:

Gets the order in which competitors have started or are expected to start for a race. The output is a JSON array that contains the race competitors in the order in which they have passed the start waypoint or are expected to do so. Those competitors for which a start mark passing is already known are sorted by those start mark passings. All other boats are ordered by their geometric distance from the start line or the windward distance from the start mark if the start for some reason is defined by a single mark.


Webservice Type: REST
Output format: Json
Mandatory parameters: race_column
fleet
Optional parameters: None
Request method: GET
Example: https://dev.sapsailing.com/sailingserver/api/v1/leaderboards/ESS%202016%20Cardiff/startorder?race_column=R1&fleet=Default
Back to Web Service Overview