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

{
    "id": 101,
    "full_name": "Glb Hlth Mgmt & Infmt, Schl of",
    "department_url": null,
    "school": false,
    "unit": null,
    "unit_department": null
}