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