Get Score History
GET http://api.orionscoringsystem.com/athlete/score/history?user-id={{User ID}}&start-date={{Start Date}}&end-date={{End Date}}&event-style-def={{Event Style Set Name}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
user-id | string | ||
start-date | string | ||
end-date | string | ||
event-style-def | string | ||
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. | |
format | string | Must be DAY, WEEK, MONTH, QUARTER, YEAR. Defaults to DAY |