Faculty Instance
retrieve:
Return the details about the given Faculty id.
list:
List all Faculty objects.
GET /api/v1/faculties/3/
{ "id": 3, "fr_label": "ENAC", "en_label": "ENAC", "de_label": "ENAC" }
retrieve:
Return the details about the given Faculty id.
list:
List all Faculty objects.
GET /api/v1/faculties/3/
{ "id": 3, "fr_label": "ENAC", "en_label": "ENAC", "de_label": "ENAC" }