Run On Demand Schedules
{ runOnDemandSchedules }
Runs all 'On-Demand' schedules for the selected model.
Method
/API3/tasks/runOnDemandSchedules
- Enterprise Admin
Input Parameters
Name
scheduleOnDemandObject
Object Type
Description
Details of the model that will be the target of the on-demand execution.
Output Response
Successful Result Code
200
Response Type
Description of Response Type
A listing of on-demand schedules triggered by the change
Notes
This function will only operate against items that have employed the 'on-demand' schedule mechanism for Publications, Alerts and Subscriptions. The mechanism will only affect those item schedules that are fully or partially attached to the selected model.
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