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

# Get a fixed nature

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

Retrieve a single fixed nature from its identifier

## Response `200`

OK

- FixedNature — Fixed nature
  - `id` integer — An unique identifier for the fixed nature
  - `name` string — The display name
  - `category` FixedNatureCategory — Fixed nature category
    - `id` integer — An unique identifier for the fixed nature category
    - `code` string, nullable — An internal unique code identifying the category
  - `establishments` Establishment[], nullable — Establishments linked to the fixed 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)
