Find a Schedule
{ findSchedule }
Returns a schedule based on the search criteria
Method
/API2/tasks/findSchedule
Input Parameters
Name
searchCriteria
Object Type
Description
The search criteria object for finding a schedule.
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
The schedule listing object. Note that the response is returned as a list of items of this object type.
Notes
Schedules are available for different types of content: data flow processing, publications, alerts etc.
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.