1. Search Values

Search departments by name keywords


2. Ordering Values

Order departments by id or name

The API may also specify reverse orderings by prefixing the field name with '-', like so:

Multiple orderings may also be specified:


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

{
    "id": 25,
    "name": "Humanidades",
    "slug": "humanidades",
    "url": "https://notaso.com/api/v2/departments/humanidades/?format=api",
    "professors_count": 322
}