beamable-sdk / api / contentGetManifestDiffsBasic
Function: contentGetManifestDiffsBasic()¶
contentGetManifestDiffsBasic(
requester,manifestId,fromDate?,fromUid?,limit?,offset?,toDate?,toUid?,gamertag?):Promise<HttpResponse<GetManifestDiffsResponse>>
Defined in: src/__generated__/apis/ContentApi.ts:380
Parameters¶
requester¶
The HttpRequester type to use for the API request.
manifestId¶
string
The manifestId parameter to include in the API request.
fromDate?¶
The fromDate parameter to include in the API request.
string | bigint
fromUid?¶
string
The fromUid 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.
toDate?¶
The toDate parameter to include in the API request.
string | bigint
toUid?¶
string
The toUid 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<GetManifestDiffsResponse>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.