---
title: "custom field"
method: GET
path: "/v{version}/companies/{id}/custom-fields"
tags: ["Company"]
---

# custom field

`GET /v{version}/companies/{id}/custom-fields`

Retrieves all of the custom fields for a company.<p>Scopes: export_company_info</p>

## Path parameters

- `id` string, required
- `version` string, required

## Response `200`

Success

- 0WrappedArrayCustomField
  - `data` DtosCustomField[], required — An array containing the list of relevant objects.
    - `id` string, required — The Id of the custom field.
    - `text` string, required — The text of the custom field.
    - `is_required` boolean, required — Indicates whether or not this question is required.
  - `error` string — Contains any error messages, if applicable.

---

[API](https://skmtc.net/ease/apis/version-2.md) · [All operations](https://skmtc.net/ease/apis/version-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ease/version-2/revisions/be66ed178abe/schema)
