SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/regattas/{name}/competitors

Description:

Obtains the competitors registered for a regatta. The competitor list is combined from the tracked races currently attached to the regatta and the competitors registered in the regatta log..
All slashes contained within the {name} parameter must be replaced by "__" (double underscore).

Note that the timeOnTimeFactor and timeOnDistanceAllowanceInSecondsPerNauticalMile values may be a regatta-specific override that deviates from what you may see when looking at the pure competitor data as provided, e.g., by /api/v1/competitors/{competitorId}.


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: None
Request method: GET
Example: curl "http://dev.sapsailing.com/sailingserver/api/v1/regattas/BSW%202015%20-%20Rudern/competitors"
Back to Web Service Overview