Starts tracking for a race. By default, wind tracking is activated,
| Webservice Type: | REST |
| Output format: | Json |
| Mandatory parameters: | race_column, fleet |
| Optional parameters: |
startoftracking an ISO date format to set the start of tracking; if empty and no startoftrackingasmillis is provided,
the value will be set to null
startoftrackingasmillis alternative to startoftracking; provides the tracking start time as Unix timestamp in
milliseconds since the epoch (1970-01-01T00:00:00Z)
endoftracking an ISO date format to set the end of tracking; if empty and no endoftrackingasmillis is provided,
the value will be set to null
endoftrackingasmillis alternative to endoftracking; provides the tracking end time as Unix timestamp in
milliseconds since the epoch (1970-01-01T00:00:00Z)
|
| Request method: | POST |
| Example: | http://127.0.0.1:8888/sailingserver/api/v1/leaderboards/TracTrac%20Virtual%20Course%20Marks%20Test/starttracking?race_column=R1&fleet=Default delivers
{
"addeddenotation": true
"regatta": "TracTrac Virtual Course Marks Test"
}
|