getRoundResultsAsPromise

fun getRoundResultsAsPromise(tourneyId: Int, studentId: Int): Promise<List<Round>>

Gets the round results for a student in a tournament.

Return

The round results.

Parameters

tourneyId

The ID of the tournament.

studentId

The ID of the student.

Throws

if not logged in