Project List
retrieve:
Return the details about the given Project id.
list:
List all Project objects.
GET /api/v1/projects/?offset=270
{ "count": 273, "next": null, "previous": "http://actu.epfl.ch/api/v1/projects/?limit=10&offset=260", "results": [ { "id": 278, "fr_label": "Programme d'excellence pour doctorat", "en_label": "PhD Excellence program", "de_label": null }, { "id": 279, "fr_label": "EDDH", "en_label": "EDDH", "de_label": "EDDH" }, { "id": 280, "fr_label": "Double Deck", "en_label": "Double Deck", "de_label": "Double Deck" } ] }