SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/leaderboards/{name}

Description:

The service gets the details of a leaderboard


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters: resultState [Live = Default, Final]
secret: in case the given secret is equal to the one stored in a regatta with the same name as the {name}, further security checks will be skipped
  maxCompetitorsCount [1000 = Default]
 
competitorAndBoatIdsOnly [Default = false, true] if true, only IDs and no further attributes will be delivered for competitor and boat JSON objects in the result document. This can help save bandwidth if the competitor and boat data have been received already during previous calls and the current call is only an update. Note, however, that competitor and boat data may change, so every now and then it is advisable to still set this to false to obtain the full up-to-date fields for all competitors and boats again.
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/leaderboards/505 Worlds 2013
Back to Web Service Overview