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