List of employees.
GET
/v1/HR/employees
Requires the scope read:employee.
Autorisations
Bearer
JWT Authorization header using the Bearer scheme.
TypeHTTP (Bearer)
Paramètres
Paramètres de requête
id_entity*
Typeinteger
RequisFormat
"int64"filter
Typestring
Valeurs valides
"ACTIVE""STANDBY""FORMER""ALL"Réponses
OK
application/json
JSON
[
{
"guid_employee": "string",
"id_employee": 0,
"reference_number": 0,
"is_standby": true,
"salutation_code": "string",
"first_name": "string",
"last_name": "string",
"payroll_number": "string",
"business_mobile_phone": "string",
"business_email": "string",
"job_title": "string",
"department_code": "string",
"department_service": "string",
"category_code": "string",
"is_salesperson": true,
"is_consultant": true,
"start_date": "string",
"departure_date": "string",
"departure_estimated_date": "string",
"created_on": "string",
"created_by": 0,
"modified_on": "string",
"modified_by": 0,
"validated_on": "string",
"validated_by": 0
}
]

