v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
Departments

List departments

List departments.

get/organization/structure/api/departments

Response

OK

countinteger
prevstring nullable
nextstring nullable

Example response

{
  "items": [
    {
      "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
    }
  ]
}