search_business_objects
Query and retrieve Cherwell business object records using field filters; supports AND/OR logic, paging, and selected return fields.
Instructions
Search business object records with field filters. Filters on the SAME field are OR-ed together; filters on DIFFERENT fields are AND-ed (Cherwell semantics). Supports paging and an optional list of fields to return (defaults to all fields).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Field names to include in results. Omit to return all fields. | |
| filters | Yes | One or more field filters. | |
| pageSize | No | ||
| pageNumber | No | ||
| businessObject | Yes | Business object name (e.g. "Incident") or its 32-character busObId. |