Skip to content

beamable-sdk / api / schedulerGetJobNextExecutionsByJobId

Function: schedulerGetJobNextExecutionsByJobId()

schedulerGetJobNextExecutionsByJobId(requester, jobId, from?, limit?, gamertag?): Promise<HttpResponse<Date[]>>

Defined in: src/__generated__/apis/SchedulerApi.ts:333

Parameters

requester

HttpRequester

The HttpRequester type to use for the API request.

jobId

string

The jobId parameter to include in the API request.

from?

Date

The from parameter to include in the API request.

limit?

number

The limit 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<Date[]>>

Remarks

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