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