This API retrieves all the non-standard scoring types for a given race_series_year_id
.
Note: This endpoint only allows OAuth 2.0 authentication and requires the user to be a director of the race series. It is currently in beta and subject to change.
{ "non_standard_scoring_types": [ { "scoring_type_id": 5, "scoring_type_name": "Custom Name One" }, { "scoring_type_id": 6, "scoring_type_name": "Custom Name Two" }, { "scoring_type_id": 7, "scoring_type_name": "Custom Name Three" } ] }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
Authorization Required |
HTTP Header | OAuth 2.0 Authorization header (e.g. `Bearer ...`). | string |
|
race_series_id Required |
GET | Race series ID. | uint |
|
race_series_year_id Required |
GET | Race series year ID. | uint |