retrieve:
Return the details about the given Project id.

list:
List all Project objects.

GET /api/v1/projects/?offset=10
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=20",
    "previous": "http://actu.epfl.ch/api/v1/projects/?limit=10",
    "results": [
        {
            "id": 11,
            "fr_label": "ForumIT",
            "en_label": "ForumIT",
            "de_label": "ForumIT"
        },
        {
            "id": 12,
            "fr_label": "Récompenses",
            "en_label": "Awards",
            "de_label": "Belohnungen"
        },
        {
            "id": 13,
            "fr_label": "Evénements",
            "en_label": "Events",
            "de_label": "Veranstaltungen"
        },
        {
            "id": 14,
            "fr_label": "Personnes",
            "en_label": "People",
            "de_label": "Personen"
        },
        {
            "id": 15,
            "fr_label": "Recherche",
            "en_label": "Research",
            "de_label": "Forschung"
        },
        {
            "id": 16,
            "fr_label": "Prestations",
            "en_label": "Services",
            "de_label": "Leistungen"
        },
        {
            "id": 17,
            "fr_label": "IT",
            "en_label": "IT",
            "de_label": "IT"
        },
        {
            "id": 18,
            "fr_label": "ENAC",
            "en_label": "ENAC",
            "de_label": "ENAC"
        },
        {
            "id": 19,
            "fr_label": "Modélisation",
            "en_label": "Modelling",
            "de_label": "Modellierung"
        },
        {
            "id": 20,
            "fr_label": "Caractérisation",
            "en_label": "Characterization",
            "de_label": "Charakterisierung"
        }
    ]
}