Departments
Get department
This endpoint gets a department by ID.
get/v2/companies/{companyId}/departments/{departmentId}
Response
OK
Example response
{
"name": "IT Department",
"externalId": "department-ext-id"
}This endpoint gets a department by ID.
OK
{
"name": "IT Department",
"externalId": "department-ext-id"
}