Run a Schedule

Trigger and execute of an existing schedule

Method

/API2/tasks/runSchedule

  • API Section: /API2/tasks
  • API Version: 2.0
  • From Release: 2018.5
  • Usage: REST API only via POST actions.
  • Usage by:
    • Enterprise Admin
    • Domain Admin
    • Pro

Method Signature

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