retrieve:
Return the details about the given Public id.

list:
List all Public objects.

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

{
    "id": 1,
    "fr_label": "Futurs étudiants",
    "en_label": "Prospective Students",
    "de_label": "Künftige Studierende"
}