The department resource
A department represents a subdivision of the employee workforce, most often erected around the type of activity they do.
Departments are a tree-like structure, as any department may be child to another.
Note: contrary to most resources, departments are not attached to business-establishments. This means:
- business-establishments listed in access rights management do not affect departments.
- employees may work in different business-establishments (or even legal-entities) and yet still belong to the same department.
1
"department"
1 - 255
Identifier of this object in a third-party software.
255
If this department is archived. Only possible if there are no more employees attached.
Reference to the department this department is a child of.
{
"id": "32",
"type": "department",
"url": "https://example.ilucca.net/lucca-api/departments/32"
}
Read-only. Depth level of this department in the department tree. At level "1", the department has no parent.
x >= 1
Reference to the employee that acts as the Head of this department.
{
"id": "416",
"type": "employee",
"url": "https://example.ilucca.net/lucca-api/employees/416"
}
Index (0-based) of the department among its siblings.
x >= 0
Was this page helpful?