retrieve:
Return the details about the given Project id.

list:
List all Project objects.

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

{
    "id": 266,
    "fr_label": "KNOVA",
    "en_label": "KNOVA",
    "de_label": "KNOVA"
}