SAP Sailing Analytics Webservices API Version 1.0

URL: /api/v1/events/{eventId}/racestates

Description:

The service gets the race states of all races of an sailing event


Webservice Type: REST
Output format: Json
Mandatory parameters: None
Optional parameters:
filterByLeaderboard (filters the race states by the name of the leaderboard)
filterByCourseArea (filters the race states by the name of the course area)
filterByDayOffset (filters the race states by a day offset for current day, e.g. 1 means yesterday)
clientTimeZoneOffsetInMinutes (if filterByDayOffset was provided, this parameter specifies the minutes the client is behind UTC; e.g., -60 for GMT+1 which is CET, Europe/Berlin)
Request method: GET
Example: http://www.sapsailing.com/sailingserver/api/v1/events/41de25fd-0f22-4200-bdac-5574e7d5225d/racestates
Back to Web Service Overview