getEntryHistory

@JvmName(name = "getEntryHistoryAsync")
suspend fun getEntryHistory(limit: Int = 10): List<TournamentEntry>

Fetches the entry history of the current user.

This function retrieves the entry history of the user, including tournament entries, dates, codes, divisions, and round results. Tabroom will go to a 502 error page if the application requests too many entries at once, so this function will only fetch the first entries up to the specified limit. You can specify 0 to fetch all entries. By default, it will fetch the last 10 entries.

Parameters

limit

The maximum number of entries to fetch

Throws

if not logged in