Skip to content

beamable-sdk / api / contentGetManifestHistoryBasic

Function: contentGetManifestHistoryBasic()

contentGetManifestHistoryBasic(requester, id?, limit?, gamertag?): Promise<HttpResponse<GetManifestHistoryResponse>>

Defined in: src/__generated__/apis/ContentApi.ts:99

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

id?

string

The id parameter to include in the API request.

limit?

number

The limit 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<GetManifestHistoryResponse>>

Remarks

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