Skip to main content

Show File Category


GET services/api/v1/employee_file_categories/{employee_file_category_id}

Returns the requested employee file category.

Parameters

ParameterTypeDescription
employee_file_category_idstringThe ID of the employee file category.

Response

Requested employee file category.

{
"id": "A96ey16n",
"type_of": "signatures",
"name_de": "Signierte Dokumente",
"name_it": "Documenti firmati",
"name_en": "Signed documents",
"ancestor_id": null,
"depth": 0,
"subtree_ids": ["A96ey16n"],
"ancestor_ids": []
}