---
title: "Reads all Options"
method: GET
path: "/api/2026-07-01/resources/custom_fields/options"
tags: ["CustomFields > Option"]
---

# Reads all Options

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

Reads all Options

## Query parameters

- `ids[]` string[] — Options identifiers
- `field_ids[]` string[] — Identifiers for the fields where the options belong to

## Response `200`

OK

- object
  - `data` CustomFieldsOption[]
    - `id` string, required — Option identifier
    - `label` string — Title for option
    - `value` string — Option value
    - `is_active` boolean — Flag to make the option available
    - `field_id` string — Custom Fields identifier
  - `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)
