v1

latestOpenAPI 3.1.02026-08-0662251219.8 KB
Departments

Get department

This endpoint gets a department by ID.

get/v2/companies/{companyId}/departments/{departmentId}

Response

OK

idstring uuid required
namestring required

Name of the department

externalIdstring

External id of the department

Example response

{
  "name": "IT Department",
  "externalId": "department-ext-id"
}