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

**What are Custom Fields?**
Custom fields allow you to capture additional information about projects 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:**
- Technical information (e.g., Server name, System environment)
- Sales-relevant data (e.g., Lead source, Probability, Region)
- Individual extra info for special project types

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

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

<Operation source="api-reference" id="projectsettingscontroller-getprojectcustomfields" />
