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

{
    "id": 2,
    "full_name": "College of Sciences",
    "short_name": "COS",
    "college_url": null,
    "profile_url": null,
    "unit": 213104,
    "unit_college": null
}