beamable-sdk / api / matchmakingGetTickets
Function: matchmakingGetTickets()¶
matchmakingGetTickets(
requester,IncludeInactive?,Limit?,Players?,Skip?,gamertag?):Promise<HttpResponse<TicketQueryResponse>>
Defined in: src/__generated__/apis/MatchmakingApi.ts:57
Parameters¶
requester¶
The HttpRequester type to use for the API request.
IncludeInactive?¶
boolean
The IncludeInactive parameter to include in the API request.
Limit?¶
number
The Limit parameter to include in the API request.
Players?¶
string[]
The Players parameter to include in the API request.
Skip?¶
number
The Skip parameter to include in the API request.
gamertag?¶
string
Override the playerId of the requester. This is only necessary when not using a JWT bearer token.
Returns¶
Promise<HttpResponse<TicketQueryResponse>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.