``objectTypes`` | optional, array | Limits results to specified types of processed objects. Possible values are
- "WORKFLOW"
- "JOBRESOURCE"
- "LOCK"
- "FILEORDERSOURCE"
- "NOTICEBOARD"
- "WORKINGDAYSCALENDAR"
- "NONWORKINGDAYSCALENDAR"
- "SCHEDULE"
- "INCLUDESCRIPT"
- "JOBTEMPLATE"
- "DOCUMENTATION"
- "ORDER"
| ["ORDER"] | |
``objectName`` | optional, string | Limits results to a specified glob pattern of an object's name
that supports '*' and '?' as wildcards where
- * : match zero or more characters
- ? : match any single character
| "my*Workflow" | |
``categories`` | optional, array | Limits results to specified categories of the item. Possible values are
- "INVENTORY"
- "CONTROLLER"
- "DAILYPLAN"
- "DEPLOYMENT"
- "DOCUMENTATIONS"
- "CERTIFICATES"
| ["CONTROLLER","INVENTORY"] | |