ContributionsMost RecentMost LikesSolutionsRe: REST API call to check contest rating system type Ah, thats exactly the one I was looking for. Thanks alot! Re: REST API call to check contest rating system type Thanks Adam, kudos are enabled and will stay enabled, but there is this option for contests in the contest admin: which, when set to '1-5 Star ratings' starts causing the kudos/leaderboard call to return "303 Permission Denied". The FreeMarker attempt/recover block is definitely an option we're going to check. Thanks! REST API call to check contest rating system type When we're checking top kudoed messages within a contest: .../restapi/vc/boards/id/<contest_node_id>/kudos/leaderboard/top-messages?page_size=3&max_age=all It works as expected, but as soon as the contest admin changes the rating system type from kudos to 1-5 star rating, that same call starts to give "303 Permission Denied" error It there's a way to check the rating system type or possible way to handle this error? Thanks. Solved