---
title: "Reads a single Concept"
method: GET
path: "/api/2026-07-01/resources/compensations/concepts/{id}"
tags: ["Compensations > Concept"]
---

# Reads a single Concept

`GET /api/2026-07-01/resources/compensations/concepts/{id}`

Reads a single Concept

## Path parameters

- `id` string, required

## Response `200`

OK

- CompensationsConcept
  - `id` string, required — The identifier of the concept
  - `category` 'earnings_fixed_salary' | 'earnings_variable' | 'earnings_benefits_in_kind' | 'earnings_others' | 'deductions' | 'company_contribution' | 'summarized_values' — The category of the concept
  - `company_id` string, required — The company identifier of the concept
  - `default` boolean, required — Whether the concept is a default or a custom concept
  - `description` string, required — The description of the concept
  - `label` string, required — The label of the concept
  - `name` string, required — The name of the concept
  - `translated_name` string, required — The translated name of the concept if it is a default concept.
  - `unit_name` string — The name of the unit of the concept
  - `unit_type` 'distance' | 'money' | 'time' | 'unit' — The type of the unit of the concept

---

[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)
