Find a Schedule
{ findSchedule }
Returns a schedule based on the search criteria
Method
/API3/tasks/findSchedule
- Enterprise Admin
- Domain Admin
- Pro
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
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