get_business_object_template
Get the field schema for a Cherwell business object to learn which fields exist and which are required before creating, updating, or searching records.
Instructions
Get the field schema (template) of a business object: field IDs, names, display names and required flags. Use this to learn which fields exist before creating, updating or searching records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| requiredOnly | No | If true, return only the fields required to create a record. | |
| businessObject | Yes | Business object name (e.g. "Incident") or its 32-character busObId. |