Department Instance
1. Search Values
Search departments by name keywords
-
Example:
-
Search by University Name: ?search=Ciencias de Computadora
-
2. Ordering Values
Order departments by id or name
-
Examples:
-
Ordering by id: ?ordering=id
-
Ordering by name: ?ordering=name
-
The API may also specify reverse orderings by prefixing the field name with '-', like so:
-
Reverse ordering: ?ordering=-name
Multiple orderings may also be specified:
-
Multiple ordering: ?ordering=id,name
GET /api/v2/departments/economia/?format=api
{ "id": 14, "name": "Economía", "slug": "economia", "url": "https://notaso.com/api/v2/departments/economia/?format=api", "professors_count": 43 }