beamable-sdk / api / beamoGetManifestsBasic
Function: beamoGetManifestsBasic()¶
beamoGetManifestsBasic(
requester,archived?,limit?,offset?,gamertag?):Promise<HttpResponse<BeamoBasicGetManifestsResponse>>
Defined in: src/__generated__/apis/BeamoApi.ts:778
Parameters¶
requester¶
The HttpRequester type to use for the API request.
archived?¶
boolean
The archived parameter to include in the API request.
limit?¶
number
The limit parameter to include in the API request.
offset?¶
number
The offset 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<BeamoBasicGetManifestsResponse>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.