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

# Reads all Values

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

Reads all Values

## Query parameters

- `ids[]` string[] — Values identifiers
- `employee_ids[]` string[] — Employee identifiers

## Response `200`

OK

- object
  - `data` CustomResourcesValue[]
    - `id` string, required — Value identifier
    - `resource_id` string, required — The identifier of the resource that owns the resource value
    - `attachable_id` string — The id of the attached resource like an employee
  - `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)
