---
title: "Reads all Values"
method: GET
path: "/api/2026-07-01/resources/custom_fields/values"
tags: ["CustomFields > Value"]
---

# Reads all Values

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

Reads all Values

## Query parameters

- `employee_ids[]` string[] — Employee identifiers to filter custom field values by
- `identifiers[]` string[] — Custom field to filter by identifier
- `ids[]` string[] — Custom field value identifiers to filter by
- `instance_id` string — Identifier of the instance that the custom field value is attached to
- `value` string — Custom field value to filter by
- `slug` string — Custom field slug to filter by
- `field_id` string — Custom field identifier to filter by
- `updated_at_gteq` string — Filter values updated on or after this date (ISO 8601 format).

## Response `200`

OK

- object
  - `data` CustomFieldsValue[]
    - `id` string, required — Unique identifier for the custom field value
    - `value` string — Custom Fields value
    - `long_text_value` string — Custom field text value
    - `custom_field_identifier` string, required — The unique identifier of the custom field
    - `date_value` string — Custom field date value
    - `single_choice_value` string — Custom field single choice value
    - `cents_value` integer — Custom field number value
    - `valuable_id` string, required — The identifier of the object that owns this custom field value
    - `field_id` string, required — The identifier of the custom field
    - `valuable_type` string, required — The type of the object that owns this custom field value
    - `label` string — The label of the custom field
    - `required` boolean — Whether the custom field is required
    - `usage_group_id` string — The identifier of the usage group
    - `usage_group_slug` string — The slug of the usage group
    - `updated_at` string — The date and time the custom field value was last updated.
  - `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.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/versions/1a6bffb20f7d/schema)
