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
Key | Datatype | Required | Description |
---|---|---|---|
event-style-def | string | The Event Style definition to return score history. Either event-style-def or stage-style-def is required, but not both. | |
stage-style-def | string | The 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-id | string | The User ID of the scores wanted to be returned. May have multiple User IDs | |
user-id | string | ||
user-id | string | ||
start-date | string | The start date of data to return. Must be less than or equal to today. Defaults to today. | |
end-date | string | The end date of data to return. Must be less than or equal to the start-date. Defaults to today. |