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