cURL
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
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
The id of the nature
OK
The response is of type object.
object
Was this page helpful?