> ## 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 Custom Fields

Returns the custom fields for the given company.

## Parameters

<div className="integrations-table">
  | Parameter | Description                          |
  | --------- | ------------------------------------ |
  | Limit     | Sets a limit on the returned values. |
  | Offset    | Offsets the returned values.         |
</div>

## Example Output

```json theme={"dark"}
{
	"value": [
		{
			"caption": null,
			"required": false,
			"title": "What is your race / ethnicity?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "Veteran Status",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "What is your Gender?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": false,
			"title": "Disability Status",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": true,
			"title": "How will this employee be classified for EEO reporting?",
			"type": "SELECT"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data2",
			"type": "NUMBER"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data1",
			"type": "DATE"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data3",
			"type": "TEXTAREA"
		},
		{
			"caption": null,
			"required": true,
			"title": "Data4",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "send notification again",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "offboard",
			"type": "FILE"
		},
		{
			"caption": null,
			"required": false,
			"title": "severance test variable",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "Favorite Animal",
			"type": "TEXT"
		},
		{
			"caption": null,
			"required": true,
			"title": "additional variable",
			"type": "TEXT"
		}
	]
}
```

## Workflow Library Example

[Get Custom Fields with Rippling and Send Results Via Email](https://library.blinkops.com/workflows/get-custom-fields-with-rippling-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-custom-fields-with-rippling-and-send-results-via-email/canvas" />
</div>
