Run a Schedule
{ runSchedule }
Trigger and execute of an existing schedule
Method
/API2/tasks/runSchedule
Input Parameters
Name
ExecuteScheduleApiData
Object Type
Description
An object for settings the execution parameters of a schedule.
Output Response
Successful Result Code
200
Description of Response Type
Returns the executionId for the created execution
Notes
This effectively triggers and runs the schedule immediately, creating a job to execute on the server.
Examples
Find and Run a scheduled task (JavaScript):
This example demonstrates how to find a item's schedule and then run it programmatically.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.