get_business_object
Retrieve a single Cherwell business object record by its internal or public ID, returning all field values.
Instructions
Read a single business object record with all its field values, addressed by record ID (busObRecId) or public ID (e.g. incident number). Provide exactly one of recId / publicId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recId | No | Internal record ID (busObRecId) of the record. | |
| publicId | No | Public ID of the record (e.g. incident number). | |
| businessObject | Yes | Business object name (e.g. "Incident") or its 32-character busObId. |