Skip to main content

Show Employee Status


GET services/api/v1/employee_statuses/{employee_status_id}

Returns the requested employee status.

Parameters

ParameterTypeDescription
employee_status_idstringThe ID of the employee status.

Response

Results list.

{
"id": "q0Bp7zrE",
"type_of": "active",
"name_en": "Active",
"name_de": "Aktiv",
"name_it": "Attivo"
}