Faculty Instance
retrieve:
Return the details about the given Faculty id.
list:
List all Faculty objects.
GET /api/v1/faculties/7/?format=api
{
"id": 7,
"fr_label": "SV",
"en_label": "SV",
"de_label": "SV"
}retrieve:
Return the details about the given Faculty id.
list:
List all Faculty objects.
GET /api/v1/faculties/7/?format=api
{
"id": 7,
"fr_label": "SV",
"en_label": "SV",
"de_label": "SV"
}