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": "https://sciences.ucf.edu/",
    "profile_url": "https://www.ucf.edu/college/sciences/",
    "unit": 213104,
    "unit_college": null
}