SAP Sailing Analytics Webservices API Version 1.0

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

Description:

Gets the marks of a race (from the RaceLog and if possible the TrackedRace). If the "fleet" parameter is specified then so must the race_column parameter. If no fleet is specified, the marks for all fleets of the specified race column are returned. If no race column and no fleet are specified, all marks of all races in the leaderboard are returned.


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: race_column
fleet
secret: In case the given secret is equal to the one stored in the regatta associated to the leaderboard, the current user does not need to be authenticated or have the required read permission.
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/leaderboards/{name}/marks?race_column={name}&fleet={name}
Back to Web Service Overview