Skip to content

List of leave types.

GET
/v1/HR/leave/types

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",
"payroll_code": "string",
"reasons": [
{
"code": "string",
"display": "string",
"payroll_code": "string"
}
]
}
]

Playground

Serveur
Autorisation
Variables
Clé
Valeur

Exemples

cURL
JavaScript
PHP
Python