Departments
Retrieve a department
Retrieve a department by its ID.
get/organization/structure/api/departments/{id}
Response
OK
Example response
{
"id": 48,
"name": "IT",
"code": "IT",
"description": null,
"parentId": "/1/2/",
"parentLuccaId": null,
"hierarchy": "/1/2/2/",
"isActive": true,
"headId": 1080,
"createdAt": "2000-01-01T00:00:00+00:00",
"lastModifiedAt": "2000-01-01T00:00:00+00:00",
"sortOrderInSiblings": null
}