# Get departments Returns an array of departments for the given organisation Endpoint: GET /v1/organisations/{organisationId}/departments Version: 1.0 ## Path parameters: - `organisationId` (integer, required) The organisation to get departments ## Response 200 fields (text/plain): - `id` (integer) - `name` (string,null) - `parentId` (integer,null) - `deletedDateUtc` (string,null)