GET
/
remuneration
/
api
/
fixed-nature-categories
curl --request GET \
  --url https://{host}/remuneration/api/fixed-nature-categories \
  --header 'Authorization: <authorization>'
[
  {
    "id": 123,
    "code": "BASIC_SALARY"
  }
]

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Response

200
application/json
OK
id
integer

An unique identifier for the fixed nature category

code
string | null

An internal unique code identifying the category

Example:

"BASIC_SALARY"