---
title: "Gets custom field items"
method: GET
path: "/v{version}/CustomFields/items"
tags: ["CustomFields"]
---

# Gets custom field items

`GET /v{version}/CustomFields/items`

## Path parameters

- `version` string, required

## Query parameters

- `CompanyId` string, uuid
- `CustomFieldId` integer

## Headers

- `company-id` string, required

## Response `200`

Success

- CompaniesContractsQueriesGetCustomFieldItemsResponse
  - `isValid` boolean
  - `errors` string[], nullable
  - `warnings` string[], nullable
  - `info` string[], nullable
  - `message` string, nullable
  - `data` CompaniesContractsQueriesCustomFieldItemsResponse
    - `items` BilfloModelsCompanySettingsCustomFieldItem[], nullable
      - `id` integer
      - `name` string, nullable
      - `description` string, nullable
      - `isActive` boolean
      - `freeFormDataType` integer

---

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