retrieve:
Return the details about the given Project id.

list:
List all Project objects.

GET /api/v1/projects/?offset=240
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 273,
    "next": "http://actu.epfl.ch/api/v1/projects/?limit=10&offset=250",
    "previous": "http://actu.epfl.ch/api/v1/projects/?limit=10&offset=230",
    "results": [
        {
            "id": 247,
            "fr_label": "Éducation",
            "en_label": "Education",
            "de_label": "Lehre"
        },
        {
            "id": 248,
            "fr_label": "Arrivées",
            "en_label": "Arrivals",
            "de_label": "Eintritte"
        },
        {
            "id": 249,
            "fr_label": "Départs",
            "en_label": "Departure",
            "de_label": "Weggänge"
        },
        {
            "id": 250,
            "fr_label": "Promotions",
            "en_label": "Promotions",
            "de_label": "Förderungen"
        },
        {
            "id": 251,
            "fr_label": "Recrutements",
            "en_label": "Open positions",
            "de_label": "Offenen Stellen"
        },
        {
            "id": 252,
            "fr_label": "Bourses et distinctions",
            "en_label": "Grants and Distinctions",
            "de_label": "Stipendien und Auszeichnungen"
        },
        {
            "id": 253,
            "fr_label": "Agenda",
            "en_label": "Agenda",
            "de_label": "Kalender"
        },
        {
            "id": 254,
            "fr_label": "Faculté",
            "en_label": "Faculty",
            "de_label": "Fakultät"
        },
        {
            "id": 255,
            "fr_label": "Annonce Startup",
            "en_label": "Startup Announcement",
            "de_label": "Startup Anzeige"
        },
        {
            "id": 256,
            "fr_label": "Prix Hausmann",
            "en_label": "Hausmann Award",
            "de_label": "Hausmann Preis"
        }
    ]
}