Faculty Instance
retrieve:
Return the details about the given Faculty id.
list:
List all Faculty objects.
GET /api/v1/faculties/3/?format=api
{
"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/?format=api
{
"id": 3,
"fr_label": "ENAC",
"en_label": "ENAC",
"de_label": "ENAC"
}