External DocumentationTo learn more, visit the Cherwell documentation.
Actions
Get Business Object By Name
Get the summary of a business object type by its name.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Business Object Name | The name of the business object type. |
| Parameter | Description |
|---|---|
| Language | The culture code to localize the response with. |
| Locale | The locale to localize the response with. |
[
{
"lookup": true,
"firstRecIdField": "firstRecIdField",
"recIdFields": "recIdFields",
"major": true,
"groupSummaries": [
null,
null
],
"displayName": "displayName",
"name": "name",
"stateFieldId": "stateFieldId",
"supporting": true,
"busObId": "busObId",
"states": "states",
"group": true
}
]
Was this page helpful?