v1

latestOpenAPI 3.1.02026-07-26549156879.0 KB
Compensations > Concept

Reads all Concepts

Reads all Concepts

get/api/2026-07-01/resources/compensations/concepts

Query parameters

ids[]string[]

The ids of the concepts

The ids of the concepts

[
  "1"
]
categories[]string[]

The categories of the concept

The categories of the concept

[
  "earnings_fixed_salary",
  "deductions"
]
with_active_statusboolean

Whether to return only active concepts

Example:true

Whether to return only active concepts

Response

OK

Example response

{
  "data": [
    {
      "id": "1",
      "category": "earnings_fixed_salary",
      "company_id": "1",
      "description": "Fixed Comission",
      "label": "Fixed comission",
      "name": "fixed_comission",
      "translated_name": "Fixed comission",
      "unit_name": "EUR",
      "unit_type": "money"
    }
  ]
}