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

{
    "count": 13,
    "next": null,
    "previous": null,
    "results": [
        {
            "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
        },
        {
            "id": 3,
            "full_name": "College of Engineering and Computer Science",
            "short_name": "ENGR",
            "college_url": "https://www.cecs.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/engineering-computer-science/",
            "unit": 213105,
            "unit_college": null
        },
        {
            "id": 5,
            "full_name": "College of Arts and Humanities",
            "short_name": "CAH",
            "college_url": "https://cah.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/arts-humanities/",
            "unit": 213106,
            "unit_college": null
        },
        {
            "id": 7,
            "full_name": "College of Medicine",
            "short_name": "COM",
            "college_url": "https://med.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/medicine/",
            "unit": 213107,
            "unit_college": null
        },
        {
            "id": 8,
            "full_name": "College of Undergraduate Studies",
            "short_name": "UGST",
            "college_url": "https://undergrad.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/undergraduate-studies/",
            "unit": 213108,
            "unit_college": null
        },
        {
            "id": 9,
            "full_name": "College of Nursing",
            "short_name": "CON",
            "college_url": "https://nursing.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/nursing/",
            "unit": 213109,
            "unit_college": null
        },
        {
            "id": 10,
            "full_name": "Rosen College of Hospitality Management",
            "short_name": "HSPMG",
            "college_url": "https://hospitality.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/rosen-college-hospitality-management/",
            "unit": 213110,
            "unit_college": null
        },
        {
            "id": 11,
            "full_name": "College of Graduate Studies",
            "short_name": "GRDST",
            "college_url": "https://graduate.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/graduate-studies/",
            "unit": 213111,
            "unit_college": null
        },
        {
            "id": 12,
            "full_name": "College of Optics and Photonics",
            "short_name": "OPTIC",
            "college_url": "https://creol.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/optics-photonics/",
            "unit": 213112,
            "unit_college": null
        },
        {
            "id": 13,
            "full_name": "College of Community Innovation and Education",
            "short_name": "CCIE",
            "college_url": "https://ccie.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/community-innovation-education/",
            "unit": 213113,
            "unit_college": null
        },
        {
            "id": 14,
            "full_name": "College of Health Professions and Sciences",
            "short_name": "CHPS",
            "college_url": "https://healthprofessions.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/health-professions-sciences/",
            "unit": 213114,
            "unit_college": null
        },
        {
            "id": 16,
            "full_name": "College of Business",
            "short_name": "CBA",
            "college_url": "https://business.ucf.edu/",
            "profile_url": "https://www.ucf.edu/college/business-administration/",
            "unit": 213115,
            "unit_college": null
        },
        {
            "id": 18,
            "full_name": "College of Health and Public Affairs",
            "short_name": "COHPA",
            "college_url": null,
            "profile_url": null,
            "unit": null,
            "unit_college": null
        }
    ]
}