GET /api/v1/departments/102/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 102,
    "full_name": "College of Engr & Comp Sci",
    "department_url": null,
    "school": false,
    "unit": null,
    "unit_department": null
}