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'
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 a text value ##### in quotes to search results with certain username who created the script.
Example:
Show results with this username:
createdBy:"adminuser"
Example
Show results with "Active" status
status: ACTIVE
Example
Show schedules that are active and created by John
status: ACTIVE and createdBy:
JOHN
Example
Show schedules with one of these categories
user: `admin` or activity: `APPROVE`