---
title: "Get a company custom field"
method: GET
path: "/companies/custom_fields/{id}"
tags: ["Companies"]
---

# Get a company custom field

`GET /companies/custom_fields/{id}`

Returned field type will always be one of `text`, `textarea`, `checkbox`, `date`, `dropdown`, `radio`, `checkboxes`, `user` or `number`.

## Path parameters

- `id` number, required

## Response `200`

OK

- object
  - `id` number
  - `data_item_type` string
  - `name` string
  - `comment` string
  - `field` object
    - `type` string

---

[API](https://skmtc.net/catsone/apis/cats-api-v3.md) · [All operations](https://skmtc.net/catsone/apis/cats-api-v3/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/catsone/cats-api-v3/versions/dedbbade450d/schema)
