Discovery

List departments

Returns all departments with their parent division. Use the returned id to filter GET /v1/headcount by department.

get/{domain}/v1/departments

Path parameters

domainstring required

Response

List of departments with division info.

idstring uuid required

UUID

namestring required

Display name

division-idstring uuid nullable

Parent division UUID. Nil if not linked to a division.

division-namestring nullable

Parent division display name.