Get Score Average - Multiple User ID

GET https://api.orionscoringsystem.com/athlete/score/average?event-style-def={{Event Style Set Name}}&user-id={{User ID}}&start-date={{Start Date}}

Request Params

KeyDatatypeRequiredDescription
event-style-defstringThe Event Style definition to return score history. Either event-style-def or stage-style-def is required, but not both.
stage-style-defstringThe Stage Style definition to return score history. Multiple values are allowed. Either event-style-def or stage-style-def is required, but not both.
user-idstringThe User ID of the scores wanted to be returned. May have multiple User IDs
user-idstring
user-idstring
start-datestringThe start date of data to return. Must be less than or equal to today. Defaults to today.
end-datestringThe end date of data to return. Must be less than or equal to the start-date. Defaults to today.