curl --request GET \
--url https://{host}/remuneration/api/variable-natures/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"name": "Annual bonus",
"type": "Amount",
"category": {
"id": 123,
"code": "BONUS"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}Retrieve a single variable nature from its identifier
curl --request GET \
--url https://{host}/remuneration/api/variable-natures/{id} \
--header 'Authorization: <authorization>'{
"id": 123,
"name": "Annual bonus",
"type": "Amount",
"category": {
"id": 123,
"code": "BONUS"
},
"establishments": [
{
"id": 123,
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}API key. Value must be formatted like so: lucca application={api_key}.
The id of the nature
OK
An unique identifier for the variable nature
The display name
1 - 50"Annual bonus"
Is the nature of the remuneration an amount of money or a quantity?
Amount, Number The category of the variable nature
Show child attributes
Establishments linked to the variable nature
Show child attributes
Was this page helpful?