---
title: "Reads all Fields"
method: GET
path: "/api/2026-07-01/resources/custom_fields/fields"
tags: ["CustomFields > Field"]
---

# Reads all Fields

`GET /api/2026-07-01/resources/custom_fields/fields`

Reads all Fields

## Query parameters

- `ids[]` string[] — Field identifiers
- `field_type` 'text' | 'long_text' | 'date' | 'rating' | 'checkbox' | 'single_choice' | 'multiple_choice' | 'money' | 'cents' — Filter fields by type
- `label` string — Field label
- `slug` string — Custom field slug
- `company_id` string — Company identifier where this field belongs

## Response `200`

OK

- object
  - `data` CustomFieldsField[]
    - `id` string, required — Field identifier
    - `field_type` 'text' | 'long_text' | 'date' | 'rating' | 'checkbox' | 'single_choice' | 'multiple_choice' | 'money' | 'cents', required — The type of the field's value
    - `label_text` string, required — Field label
    - `position` integer — Field position within employee profile
    - `required` boolean — Requirement to fill this field
    - `min_value` integer — Minimum value in range field type
    - `max_value` integer — Maximum value in range field type
    - `legal_entity_name` string — Legal entity name where this field belongs
    - `legal_entity_id` string — Legal entity id where this field belongs
    - `slug` string — Custom field slug
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.dev/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.dev/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
