Skip to content

beamable-sdk / api / leaderboardsGetPartitionByObjectId

Function: leaderboardsGetPartitionByObjectId()

leaderboardsGetPartitionByObjectId(requester, objectId, playerId, gamertag?): Promise<HttpResponse<LeaderboardPartitionInfo>>

Defined in: src/__generated__/apis/LeaderboardsApi.ts:227

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

objectId

string

Gamertag of the player.

playerId

The playerId parameter to include in the API request.

string | bigint

gamertag?

string

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

Returns

Promise<HttpResponse<LeaderboardPartitionInfo>>

Remarks

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