---
search:
  tags:
    - administration
    - GET
seo:
  description: >-
    Retrieves all custom fields configured for… Reference for the GET
    /administration/organization-settings/custom-fields endpoint in the Leadtime
    Public API API.
sidebar:
  badge: GET
  label: List organization custom fields
title: List organization custom fields
type: openapi-operation
---
Retrieves all custom fields configured for organizations in the workspace.

**What are Custom Fields?**
Custom fields allow you to capture additional information about organizations that matters to your company. These fields are flexible and can hold different types of data.

**Supported field types:**
- Text: Single-line text input
- Textarea: Multi-line text input
- Number: Numeric values
- Date: Date selection
- Checkbox: Boolean true/false
- Select: Single selection from predefined options
- MultiSelect: Multiple selections from predefined options

**Common use cases:**
- Industry classification (e.g., Technology, Healthcare, Finance)
- Business relationship data (e.g., Contract type, Payment terms)
- CRM-relevant information (e.g., Lead source, Account tier)
- Individual extra info for special organization types

**What is returned:**
- Field ID, name, description, type, and entity (always "Organization")
- Sort order (for display ordering)
- Multilingual translations
- Select options (for Select and MultiSelect types)

**Note:** Custom fields are especially useful in CRM and add organization management features with specific data points tailored to your business needs.

<Operation source="api-reference" id="organizationsettingscontroller-getorganizationcustomfields" />
