Ranking

Ranking system operations including event levels, participant roles, and tier management

Get event levels

get
/ranking/event-level

Retrieve all event levels for ranking calculations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Event levels retrieved successfully

application/json
get
/ranking/event-level

Get participant roles

get
/ranking/participant-role

Retrieve all participant roles for ranking calculations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Participant roles retrieved successfully

application/json
get
/ranking/participant-role

Get event frequencies

get
/ranking/event-frequency

Retrieve all event frequencies for ranking calculations

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Event frequencies retrieved successfully

application/json
get
/ranking/event-frequency

Get ranking tiers

get
/ranking/tiers

Retrieve all ranking tiers sorted by threshold score in descending order

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Ranking tiers retrieved successfully

application/json
get
/ranking/tiers

Generate event frequency for all members

post
/ranking/generate-event-frequency

Generate event frequency data for all members in the current year

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Event frequency generated successfully

application/json
post
/ranking/generate-event-frequency

Get event frequency multiplier

get
/ranking/event-frequency-multiplier

Retrieve event frequency multiplier settings

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Event frequency multiplier retrieved successfully

application/json
get
/ranking/event-frequency-multiplier

Last updated