---
title: "Get a variable nature"
method: GET
path: "/remuneration/api/variable-natures/{id}"
tags: ["variable-nature"]
---

# Get a variable nature

`GET /remuneration/api/variable-natures/{id}`

Retrieve a single variable nature from its identifier

## Response `200`

OK

- VariableNature
  - `id` integer — An unique identifier for the variable nature
  - `name` string — The display name
  - `type` 'Amount' | 'Number' — Is the nature of the remuneration an amount of money or a quantity?
  - `category` VariableNatureCategory — Variable nature category
    - `id` integer — An unique identifier for the variable nature category
    - `code` string — An internal unique code identifying the category
  - `establishments` Establishment[] — Establishments linked to the variable nature
    - `id` integer — An unique identifier for the establishment
    - `name` string — The display name
    - `currencyCode` string — Currency code used in this establishment
    - `currencySymbol` string — Currency symbol used in this establishment

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/luccasoftware/apis/lucca-expenses.md) · [All operations](https://skmtc.net/luccasoftware/apis/lucca-expenses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/luccasoftware/lucca-expenses/revisions/110f9897756c/schema)
