# Get department This endpoint gets a department by ID. Endpoint: GET /v2/departments/{id} Version: 1.0 Security: OAuth2 ## Path parameters: - `id` (string, required) ## Response 200 fields (application/json): - `id` (string, required) - `name` (string, required) Name of the department - `description` (string,null) Description of the department