GET /api/v1/departments/?format=api&offset=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 106,
"next": null,
"previous": "https://search.cm.ucf.edu/api/v1/departments/?format=api&limit=100",
"results": [
{
"id": 101,
"full_name": "Glb Hlth Mgmt & Infmt, Schl of",
"department_url": null,
"school": false,
"unit": null,
"unit_department": null
},
{
"id": 102,
"full_name": "College of Engr & Comp Sci",
"department_url": null,
"school": false,
"unit": null,
"unit_department": null
},
{
"id": 103,
"full_name": "Interdisc Studies, Schl of",
"department_url": null,
"school": false,
"unit": null,
"unit_department": null
},
{
"id": 104,
"full_name": "Biomed Sciences, Burnett Schl",
"department_url": null,
"school": false,
"unit": null,
"unit_department": null
},
{
"id": 105,
"full_name": "Hospitality Ldrship, Schl of",
"department_url": null,
"school": false,
"unit": null,
"unit_department": null
},
{
"id": 106,
"full_name": "Mod, Sim & Trng, School of",
"department_url": null,
"school": true,
"unit": null,
"unit_department": null
}
]
}