> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Business Object By Name

Get the summary of a business object type by its name.

<Note>
  External Documentation

  To learn more, visit the [Cherwell documentation](https://help.ivanti.com/ch/help/en_US/CSM/10.4/documentation_bundle/api/csm_api-swagger.html?Highlight=%2Fapi%2FV1%2Fgetbusinessobjectsummary%2Fbusobname%2F%7Bbusobname%7D#businessObjectGetBusinessObjectSummaryByNameV1).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter            | Description                           |
  | -------------------- | ------------------------------------- |
  | Business Object Name | The name of the business object type. |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                     |
  | --------- | ----------------------------------------------- |
  | Language  | The culture code to localize the response with. |
  | Locale    | The locale to localize the response with.       |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"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
	}
]
```

## Workflow Library Example

[Get Business Object by Name with Cherwell and Send Results Via Email](https://library.blinkops.com/workflows/get-business-object-by-name-with-cherwell-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-business-object-by-name-with-cherwell-and-send-results-via-email/canvas" />
</div>
