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/economia/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 14,
    "name": "Economía",
    "slug": "economia",
    "url": "https://notaso.com/api/v2/departments/economia/?format=api",
    "professors_count": 43
}