Schedules

A schedule is an execution plan for carrying out a process or procedure, giving lists of intended events and times.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length ≥ 1

A description of the schedule including the frequency and days the schedule is intended to run.

int32

The number of seconds between each execution of the process associated with the schedule.

string
required
length ≥ 1

The time after which the schedule should stop running.

string
required
length ≥ 1

The time at which the schedule should start

boolean

The Monday field in the Schedule table is a bit data type that stores a boolean value indicating whether or not the Schedule is valid for Monday. A '1' value indicates that the Schedule is valid for Monday, while a '0' value indicates that the Schedule is not valid for Monday.

boolean

Tuesday is a field of data type bit in the Schedule table that sets a flag indicating if the row describes a day that occurs on Tuesday. If the value of this field is set to 1, it means the row describes a Tuesday, otherwise a 0 indicates that Tuesday is not the day represented by the row.

boolean

The Wednesday field in the Schedule table is a bit data type and is used to track whether or not an event will occur on Wednesdays; it is a 0 or 1 where 1 indicates that an event will occur and 0 indicates that no event is scheduled.

boolean

Checked if the schedule should be executed on Thursdays

boolean

Friday is a bit field in the Schedule table that stores the value of 1 (true) when the Schedule is active on Fridays, and 0 (false) when the Schedule is not active on Fridays.

boolean

The Saturday field in the Schedule table is a bit datatype representing whether activities scheduled on Saturday should be included in the Schedule. The field can have the values 0 (false) or 1 (true).

boolean

The Sunday field in the Schedule table is a bit data type and it represents whether or not a schedule starts/ends on Sunday. A bit value of 1 means that the schedule extends to include Sunday, while a bit value of 0 means that the schedule does not include Sunday.

Response
200

OK

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!