---
title: "Get available fields list"
method: GET
path: "/crm/v1/entities/{entity}/fields"
tags: ["fields"]
---

# Get available fields list

`GET /crm/v1/entities/{entity}/fields`

Returns all fields configured for a specific CRM entity type.

## Response `200`

Successful response

- Field[]
  - `name` string
  - `code` string
  - `required` boolean
  - `editable` boolean
  - `show` boolean
  - `hidden` boolean
  - `multiple` boolean
  - `fieldSectionId` integer
  - `default_value` string
  - `tooltip` string
  - `type` string
  - `entity_reference_id` integer
  - `sort` integer

## Other responses

- `401` — Access token is missing or invalid

---

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