> ## 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 Field By ID

Get a Custom Field.

## Parameters

<div className="integrations-table">
  | Parameter       | Description             |
  | --------------- | ----------------------- |
  | Custom Field ID | ID of the Custom Field. |
</div>

## Example Output

```json theme={"dark"}
{
	"id": "637625f3de440e0093e2156d",
	"idModel": "63760f3d82711b01fbeea742",
	"modelType": "board",
	"fieldGroup": "e8620327b22fc5e743a35720260ad7f03a0edaef6e64e3c47f37f04f09ce4747",
	"display": {
		"cardFront": true
	},
	"name": "Status",
	"pos": 32768,
	"options": [
		{
			"id": "637625f3de440e0093e2156e",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "To do"
			},
			"color": "orange",
			"pos": 16384
		},
		{
			"id": "637625f3de440e0093e2156f",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "In progress"
			},
			"color": "sky",
			"pos": 32768
		},
		{
			"id": "637625f3de440e0093e21570",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "Done"
			},
			"color": "blue",
			"pos": 49152
		},
		{
			"id": "637625f3de440e0093e21571",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "In review"
			},
			"color": "pink",
			"pos": 65536
		},
		{
			"id": "637625f3de440e0093e21572",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "Approved"
			},
			"color": "purple",
			"pos": 81920
		},
		{
			"id": "637625f3de440e0093e21573",
			"idCustomField": "637625f3de440e0093e2156d",
			"value": {
				"text": "Not sure"
			},
			"color": "none",
			"pos": 98304
		}
	],
	"type": "list",
	"limits": {
		"customFieldOptions": {
			"perField": {
				"status": "ok",
				"disableAt": 50,
				"warnAt": 40
			}
		}
	},
	"isSuggestedField": false
}
```

## Workflow Library Example

[Get Custom Field by Id with Trello and Send Results Via Email](https://library.blinkops.com/workflows/get-custom-field-by-id-with-trello-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-field-by-id-with-trello-and-send-results-via-email/canvas" />
</div>
