Show File Category
GET /services/api/v1/employee_file_categories/{id}
Returns the requested employee file category.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the employee file category. |
Response
Requested employee file category.
- Example
- Schema
{
"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": []
}
Attribute | Type | Description |
---|---|---|
id | string | Employee file category id. |
type_of | string | Type of the employee file category. Possible values: ["custom", "application", "hiring", "person", "tax", "social", "salary", "retirement", "certificates", "trainings", "signatures", "horeca_hero", "d3"] . |
name_{locale} | string | Employee file category name in all locales of the business. |
ancestor_id | string | Employee file category tree ancestor |
depth | int | Depth of the employee file category in the tree structure. |
subtree_ids | string[] | All children categories of the employee file category. |
ancestor_ids | string | Employee file category ancestors |