variable-item
Retrieve a variable item
Retrieve a single variable item by id.
get/remuneration/api/variable-items/{id}
Response
OK
Example response
{
"comments": "For outstanding performance this quarter",
"nature": {
"name": "Annual bonus",
"category": {
"code": "BONUS"
},
"establishments": [
{
"name": "Lucca FR",
"currencyCode": "EUR",
"currencySymbol": "€"
}
]
}
}