The scheduler object describes the execution trigger and schedule.
Scheduler properties
{
    "id": 178895,
    "name": "Untitled",
    "startTime": "2022-12-11T08:05:00.000+0000",
    "active": true,
    "interval": 1,
    "intervalUnit": "WEEK",
    "runConfigurationId": 428934
}A scheduler object has the following properties:
Property  | Type  | Description  | 
|---|---|---|
  | 
  | The unique identifier of the scheduler.  | 
  | 
  | The name of the scheduler.  | 
  | 
  | The date and time when the execution starts.  | 
  | 
  | The date and time for the next iteration of the execution.  | 
  | 
  | The date and time when the execution should stop.  | 
  | 
  | 
  | 
  | 
  | How many intervals until the next execution. Applied when execution is repeated.  | 
  | 
  | The interval unit in use: 
  | 
  | 
  | The ID of the run configuration associated with the scheduler.  | 
  | 
  | 
  |