GET /api/v1/departments/search/?format=api&offset=100
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept
{
"count": 102,
"next": null,
"previous": "https://search.cm.ucf.edu/api/v1/departments/search/?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
}
]
}