Skip to main content

Show Employee Field


GET services/api/v1/employee_fields/{employee_field_id}

Returns the requested employee field.

Parameters

ParameterTypeDescription
employee_field_idstringThe ID of the employee field.

Response

Requested employee field.

{
"id": "A96ey16n",
"type_of": "text",
"accessor": "first_name",
"required": true,
"unique": false,
"name_de": "Vorname",
"name_it": "Nome",
"name_en": "First name",
"hint_de": null,
"hint_it": null,
"hint_en": null,
"placeholder_de": null,
"placeholder_it": null,
"placeholder_en": null,
"values": null
}