retrieve:
Return the details about the given Project id.

list:
List all Project objects.

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

{
    "id": 268,
    "fr_label": "Robotique",
    "en_label": "Robotics",
    "de_label": null
}