beamable-sdk / api / schedulerGetJobsSuspended
Function: schedulerGetJobsSuspended()¶
schedulerGetJobsSuspended(
requester,cursor?,from?,gamertag?):Promise<HttpResponse<JobDefinitionViewCursorPagedResult>>
Defined in: src/__generated__/apis/SchedulerApi.ts:175
Parameters¶
requester¶
The HttpRequester type to use for the API request.
cursor?¶
string
The cursor parameter to include in the API request.
from?¶
Date
The from 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<JobDefinitionViewCursorPagedResult>>
Remarks¶
Authentication:
This method requires a valid bearer token in the Authorization header.