Get department by ID
GET/department/:department_id
Fetch detailed information about a department, including its logo URL, surveys, and default email settings.
Use Cases:
- Viewing department details in an admin panel.
- Inspecting or modifying department-level configurations.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 422
- 500
Successful Response
Bad Request
Unauthorized
Forbidden
Not Found
Validation Error
Internal Server Error