Time Trigger Schedule
APIs and Models to set up and manage your time triggers for your automation
API
Here are the list of APIs existing under time trigger schedule category.
API | Description |
---|---|
ChangeScheduleToggleStatus | The API changes the schedule toggle status for the specified schedule (Time Trigger) Id from the connected Control Room. |
CreateScheduleAsync | Creates a new Schedule (Time Trigger) with specified NewScheduleInfo details inside the connected Control Room. |
DeleteScheduleAsync | Deletes an existing Schedule (Time Trigger) with specified schedule Id from the connected Control Room. |
GetAllSchedulesAsync | Gets the list of all Schedules (Time Triggers) with specified ScheduleInfo details from the connected Control Room. |
UpdateScheduleAsync | Update the Schedule (Time Trigger) with specified ScheduleInfo details from the connected Control Room. |
Models
Here are list of Models used in time trigger schedule APIs.
Models | Description |
---|---|
ExecutionTimeInfo | The structure represents an instance of Schedule's Execution TimeInfo entity. |
NewScheduleInfo | The structure represents an instance of the New Schedule entity. |
ScheduleInfo | The structure represents an instance of the Schedule entity. |
ScheduleType | The ScheduleType object enumeration. |