Skip to content

List of employee departments.

GET
/v1/HR/employees/departments

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"
id_entity*
Typeinteger
Requis
Format"int64"

Réponses

OK

application/json
JSON
[
{
"code": "string",
"display": "string"
}
]

Playground

Serveur
Autorisation
Variables
Clé
Valeur

Exemples

cURL
JavaScript
PHP
Python