Searching Schedules
Use a text value ##### in quotes to search results with certain username who created the script.
Example:
Show results with this username:
createdBy:"adminuser"
Show all results matching the schedule ID of interest.
For example:
To view all results with a schedule ID:
id:'dbd7df07-2547-40a4-aef9-40e7299ea201'
Use quotes or backticks within values to find all results that have the specified word in their schedule name.
For example:
Show all results that contain parts of this schedule name
name: 'PC With Schedule'
Use a text value ##### to find all results with status (ACTIVE, INACTIVE).
Example
Show results with "Active" status
status: ACTIVE
Use a boolean query to express your query using AND logic.
Example
Show schedules that are active and created by John
status: ACTIVE and createdBy: JOHN
Use a boolean query to express your query using OR logic.
Example
Show schedules with one of these categories
user: `admin` or activity: `APPROVE`