beamable-sdk / api / tournamentsGetStandingsGroupBasic
Function: tournamentsGetStandingsGroupBasic()¶
tournamentsGetStandingsGroupBasic(
requester,tournamentId,contentId?,cycle?,focus?,from?,max?,gamertag?):Promise<HttpResponse<GetStandingsResponse>>
Defined in: src/__generated__/apis/TournamentsApi.ts:230
Parameters¶
requester¶
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<GetStandingsResponse>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.