Skip to content

beamable-sdk / api / tournamentsGetGroupsBasic

Function: tournamentsGetGroupsBasic()

tournamentsGetGroupsBasic(requester, tournamentId, contentId?, cycle?, focus?, from?, max?, gamertag?): Promise<HttpResponse<GetGroupsResponse>>

Defined in: src/__generated__/apis/TournamentsApi.ts:437

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

tournamentId

string

The tournamentId parameter to include in the API request.

contentId?

string

The contentId parameter to include in the API request.

cycle?

number

The cycle parameter to include in the API request.

focus?

The focus parameter to include in the API request.

string | bigint

from?

number

The from parameter to include in the API request.

max?

number

The max parameter to include in the API request.

gamertag?

string

Override the Gamer Tag of the player. This is generally inferred by the auth token.

Returns

Promise<HttpResponse<GetGroupsResponse>>

Remarks

Authentication: This method requires a valid bearer token in the Authorization header.