---
title: "Campos personalizados"
method: GET
path: "/v1/panel/{id}/custom-fields"
tags: ["Painéis"]
---

# Campos personalizados

`GET /v1/panel/{id}/custom-fields`

## Path parameters

- `id` string, uuid, required

## Query parameters

- `NestedList` boolean

## Response `200`

Success

- PublicCustomFieldDTO[]
  - `id` string, uuid
  - `createdAt` string, date-time
  - `updatedAt` string, date-time
  - `parentId` string, uuid, nullable
  - `type` 'GROUP' | 'STRING' | 'TEXT' | 'INTEGER' | 'FLOAT' | 'SINGLESELECT' | 'MULTISELECT' | 'DATE' | 'TIME' | 'DATETIME' | 'BOOLEAN'
  - `entityType` 'CONTACT' | 'PANEL'
  - `scopeId` string, uuid, nullable
  - `companyId` string, uuid
  - `name` string, nullable
  - `key` string, nullable
  - `position` integer
  - `required` boolean
  - `visible` boolean
  - `isValueRange` boolean
  - `options` PublicCustomFieldOptionDTO[], nullable
    - `id` string, uuid
    - `name` string, nullable
  - `children` PublicCustomFieldDTO[], nullable

## Other responses

- `500` — Server Error

---

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