List of employee salutations.
GET
/v1/HR/employees/salutations
Requires the scope read:master_data.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de requête
language
Typestring
Valeurs valides
"EN""FR"Réponses
OK
application/json
JSON
[
{
"code": "string",
"display": "string"
}
]

