Run a Schedule
{ runSchedule }
Trigger and execute of an existing schedule
Method
/API3/tasks/runSchedule
- Enterprise Admin
- Domain Admin
- Pro
Input Parameters
Name
ExecuteScheduleApiData
Object Type
Description
An object for settings the execution parameters of a schedule.
Output Response
Successful Result Code
200
Response Type
string
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
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP