Salesforce

GetScheduledJobs

« Go Back
Information
GetScheduledJobs
000005156
Public
Product Selection
aiWare - aiWare
Article Details
GetScheduledJobsResponse GetScheduledJobs(ctx, optional)

This gets a list of scheduled jobs

Required Parameters

NameTypeDescriptionNotes
ctxcontext.Contextcontext for authentication, logging, cancellation, deadlines, tracing, etc.
optional*GetScheduledJobsOptsoptional parametersnil if no parameters

Optional Parameters

Optional parameters are passed through a pointer to a GetScheduledJobsOpts struct

NameTypeDescriptionNotes
xCorrelationIdoptional.StringCorrelation Id that can be passed, traced in the server and will be returned in the response if present in the request
startTimeoptional.Int64The unix timestamp, describing the start time for the stats
endTimeoptional.Int64The unix timestamp, describing the end time for the stats
offsetoptional.Int64the number of data to skip before getting the result set
limitoptional.Int64the number of items to return.[default to 10]
directionoptional.Stringthe sort order. ASC or DESC.[default to DESC]
scheduledJobIDoptional.StringFilter by internal scheduled Job ID(uuid) or core scheduled Job ID (integer)
internalOrganizationIDoptional.Interface of stringFilter by internal organization id
coreIDoptional.Interface of stringFilter by coreID
startStartTimeoptional.Int64
endStartTimeoptional.Int64
startStopTimeoptional.Int64
endStopTimeoptional.Int64
isActiveoptional.Bool
runModeoptional.Interface of ScheduleRunModeEnumFilter by runMode
sourceIDoptional.Int32
sourceTypeoptional.String
orderByoptional.StringThe value should be in [organizationID, runMode, createdTime, startTime, stopTime]
scheduledJobNameoptional.String

Return type

GetScheduledJobsResponse

Authorization

api_key

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json
Additional Technical Documentation Information
Properties
5/30/2024 11:05 PM
5/30/2024 11:26 PM
5/30/2024 11:26 PM
Documentation
Documentation
000005156
Translation Information
English

Powered by